I would like to create an automation so that when a TASK is moved to Responded status, a comment is automatically created in the corresponding REQUEST indicating the date the task was responded to. Could you please advise on how to achieve this? Thank you very much.
Hello @Marina Pérez Ruiz
Create an automation with trigger "Issue transitioned" and choose Responded status.
Then add an action "Comment on issue", enter text and var {{now}}. Var will give you current date.
How it helps.
Best regards,
Luka
Hello @Luka Mack
Thank you for your answer.
The thing is, in our case, the JIRA SM has three types of IssueType as you can see in the screenshot. The first and the second are related. What we want is that when the second IssueType transitions to the "responded" state, an automatic comment is generated in the first IssueType with the date of this transition to the "responded" state.
Both IssueTypes are related as follows:
Thank you in advance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't have "Responded" status so I used "Resolved" and I don't have "Technical support request" so I used "[System] Service Request".
Replace this in your automation:
"Resolved" ---> "Responded"
"[System] Service Request" ---> "Technical support request"
Please try this and let me know if it works:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Luka Mack
No actions have been performed, according to the audit log.
Seems the problem is in the branch rule part I think.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry, replace "For Parent" with "Linked issue" and enter your link type that you are using to link issues.
Please let me know if that works.
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.
@Marina Pérez Ruiz No worries, I'm happy that I was able to help you :)
Have a great day :)
Best regards,
Luka
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.