I'm looking to set up an automation for when a subtask is marked as Done, a comment is added to the Parent ticket. Unfortunately, I haven't quite mastered this and need help.
Essentially this is what I want to create: https://community.atlassian.com/t5/Jira-questions/Updating-comment-on-a-parent-issue-when-a-subtask-transitions/qaq-p/972124
Hello @Kelley Henderson
Comparing what you pasted above and the post you referenced, your rule does not include the Branch/Related Issues/Parent component.
And what is the point of your IF component?
That was what I was missing, thanks that fixed my problem!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have a Rule set up like this:
When: Issue transitioned
From: Open
to Done
If: Issue matches JQL:
project = RE and status = Open and issuetype in ("Executable")
Then: Add comment to issue
Executable task is complete.
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.