Based on workflow status checkbox needs to be displayed in view screen under details.
Example,
For issue type "story" under "Details" When status is "In Development" and "Ready for Dev QA" and "Done", we want the following four checkboxes:
"A"
"B"
"C"
"D"
for issue type "story" under "Details" when status is "In Dev QA" and "Ready for QA" and "Done", we want the following four checkboxes:
"E"
"F"
"G"
"H"
for issue type "story" under "Details" when status is "Test in QA" and "Done", we want the following three checkboxes:
"L"
"M"
"P"
"I"
We tried to perform this by adding a screen to each transition, however when we move to the next transition the checkbox selected for next transition doesnt show up under the details section. It still shows the checkbox updated for previous transition.
What are you using to change the checkbox values depending on status. That is not something you can do out of the box with jira.
You could have 3 different fields, each with the correct set of options, then you would have 3 different transition screens, one for each state, that uses the appropriate field for that state.
Else you would have to use one of the scripting plugins (power scripts, scriptrunner) to dyamically modify the list options depending on status.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.