CREATED FOR:
One of the properties for a copyIssue API call is a field called options. This field expects an integer.
options
To include one of the following options, enter the matching integer. To include more than one option, enter the sum of the matching integers.
*All values are powers of 2.
Examples:
To clear progress when you copy the issue, enter an options value of 4.
4
To clear both progress and documents, enter an options value of 132.
132
Clear progress = 4
Clear documents = 128
4 + 128 = 132