Hello All,
I want to create an Automation to re-open most recent updated subtask.
My requirement is, when a parent is Resolved along with all the Sub-task after that If reporter re-opened the parent then most recently updated sub-task should be re-opened.
Hope my question is clear.
I tried below jql query to fetch the last updated issue.
issue in limitedResults("parent = {{triggerIssue.key}}","1") ORDER BY updated DESC
parent = "ParentIssueKey" AND issuetype = Sub-task AND status != Resolved ORDER BY updated DESC
Could this help ?
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.