Hello there,
I am a newbie in Jira, and have a question about automation
How to change task status from Blocked to To do, when all blocking tasks are done or closed?
when I put this query
issue in linkedIssues('\u007b'{issue.key}, 'is blocked by') and status not in (done, closed)
I got an error when I want to validate it
Error in the JQL Query: The character '{' is a reserved JQL character. You must enclose it in a string or use the escape '\u007b' instead. (line 1, character 57)
when I put "$" - Error in the JQL Query: The character '$' is a reserved JQL character. You must enclose it in a string or use the escape '\u0024' instead. (line 1, character 57)
Hello @Елена Елена
Welcome to the Atlassian community!
Please show us the details of the Automation rule step where you are trying to use that JQL statement.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.