Hi All,
I am creating a rule, where in lets say I have a task SS-1, and when the development branch is merged in the Git, I will automatically execute a rule, to create a sub task with some specific details.
And at the end of the execution, I also want to change the status of the sub task created through this rule to a specified status.
As of now, I am only able to see that I can change the status of SS-1.
Please help if this is possible.
Thanks!
Hi @Gayathri B
Within a rule, you may reference the {{createdIssue}} made in a rule, or if there are multiple issues made, please try {{createdIssues}}
Please look here for more information about those smart values: https://support.atlassian.com/jira-software-cloud/docs/smart-values-general/#Smartvaluesgeneral---createdIssue--
Best regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.