Add checkbox dynamicly to status

Ahmet Taner Tan October 1, 2019

Hello,

I need for help. I have a workflow e.g. To-do -> In progress -> Done

I want to add  checkbox list according to status. For example I have a checkbox list for    to-do status (Read task[], confirm task[]) if issue in status to-do user will see this check box list and after he filled it he can change status to In Progress. But in progress status user can't see this checkbox list. In progress will have own another check-box list for e.g (Code Review[], Integration []). Again same story user will see this check box list only in In progress status. How can I do this ?

1 answer

0 votes
Cody Stevens
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 1, 2019

Hey @Ahmet Taner Tan 

The best way to achieve something like this would be to use ScriptRunner and create a groovy script. Linked below is their documentation. It should help you see what you can do with it.

ScriptRunner Documentation

Ahmet Taner Tan October 2, 2019

Suggest an answer

Log in or Sign up to answer