What I have now:
It's a simple rule: if the issue is moved to the review state by user_x, add a comment with specified text.
I have the template of the text saved in another Jira issue. When I need to make changes in the text, I need to change it both in the static template issue and the automation rule.
Is it possible to copy the content of the description field of Jira issue XX-YYYY when I add a comment to the issue that triggered automation? We are using Jira cloud.
Hi @Yana V_
I recommend an adjustment to your rule to do that with the lookup issues action:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Yana,
I added a branch for the static key along with a variable (I used the description field, but you can use whatever your field is).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @John Funk ,
I'm trying to implement the same approach for when an Issue is created, but no success so far :(
In this scenario, I have a Task (DRAFT-01) and I want to reuse the description from this task when a new User Story is created.
Both Task and new user stories are under the same project, however they're no related in any other way.
Would this be the right approach for this scenario?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.