Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi,
I am creating sub-tasks during the transition based on the number of checkboxes selected in the field using JWT.
I wanted to assign each sub-task to the value in check box.
Checkbox options - A, B , C , D , E.
Now if i select A, B then 2 sub-tasks will be created during transition.
I wanted to assign sub-task 1 to A and sub-task 2 to B based on selection in the field.
Please let me know how to achieve this.
Thanks,
Krithica
Hello Krithica,
Unfortunately, JIRA does not have this functionality natively, however, there are some plugins you can use to achieve it.
My recommendation is to use Automation for JIRA and configure the following rule, adding a JQL-IF condition for each flag option of your field:
You can manually select in the rule which would be the assignee for the issue when it matches the JQL IF Condition.
Please, let me know if this is an option for you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.