Datacenter 8.20.x
Need to copy fields from Subtask to Parent when
Subtask status is "Delivered"
And parent status is "Baselined" with parent issuetype (Group or Req)
Tried Automation with JQL ,,,,,,issue IN subtasksOf("status =Baselined")
And Copy fields with Jira expressions but No result
issue.parent?.issueType?.name == "1Requirement" || issue.parent?.issueType?.name == "1Group" || issue.parent?.issueType?.name == "1Informative"
Any addons or are you only using Automation with basic JQL queries?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.