Hello everyone,
Just started using Automation Lite for JIRA since I wanted to automatically trigger a status change on a parent issue based on the status of its children's statuses when a child's status is updated. My workflow has quite alot of status and the idea was everytime I change the status of a subtask, if that status is one of the earliest and the parent issue is not on it, then change the parent issue status to it. You can look at the image of my setup using Automation Lite:
For some reason this is being triggered but no action is being taken and I do not know why. Can anyone help me?
In case anyone is interested I ended up finding out what was wrong. The first compare statement was not woking so I changed it to a JQL querry to find if the issue being transitioned was a sub-task.
If you want to use the condition compare that I had the statement is the following {{issue.fields.issuetype.name}}. I had 'issues' instead of 'issue', and this is why it was not working.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.