I have a field in my JIRA ticket called Approvers and sometimes there are 2-3 different individuals assigned as approvers. I'm working on automating the approval process and would appreciate guidance on setting up a rule. Specifically, when the issue transitions from In Progress to Under Review status, I want automation to create subtasks and assign them to the users listed in the Approvers field. Each approver should have a unique subtask assigned to them.
Has anyone implemented a similar automation? Any tips or insights would be greatly appreciated. Thank you!
Welcome @Akanksha ,
You can setup an automation rule to create sub-task or you can create a post function on that particular transition in the workflow.
The situation you may run into is having the automation create sub-tasks and assign them from a list of users. It's possible with copying the came value from a user-picker field. Haven't come across assigning from a list of sub-task from a list of approvers from out of the box configuration.
-Ben
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI @Akanksha ,
Where the assignee field is set is in the create new Issue action. If you go to the action, select assignee to be set. There should be a drop down menu to provides the list of option that the assignee field can be set to with Jira automation. If this is limited, you might take a look at the work flow transition and set the field by using a post-function.
-Ben
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.