I have made one field in JIRA which is having multiple values like OC = 1,2,3,4,5. Now if i will move my ticket from In progress to Review then at Review OC field should show 3 and 4. Also from Review to close state then at close state OC should show 1 and 2 value.
So Is it possible in JIRA.
Community moderators have prevented the ability to post new answers.
You'll need to code to do that. You should be able to do it with "Behaviours" from the Script Runner add-on, or you could try to hack in your own javascript to do it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.