Based on workflow status checkbox needs to be displayed in view screen under details

Darius October 8, 2019

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.

1 answer

1 vote
Andrew Laden
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 8, 2019

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.

Suggest an answer

Log in or Sign up to answer