Hi Community,
I'm stuck with this advanced query:
issue in linkedIssuesOfQuery('issue in parentsOfIssuesInQuery(\'Project = PROJECT_A AND Sprint = SprintXXXX\u002f10 AND TYPE = Story\')', 'implements')
issue in linkedIssuesOfQuery('issue in parentsOfIssuesInQuery(\'Project = PROJECT_A AND Sprint = SprintXXXX\u002f10 AND TYPE = Story\')', 'implements')
I'm using \' as it was referred as working in this link:
There are some questions if nested queries can include functions, and it appears not.
ref: https://jira.atlassian.com/browse/JRASERVER-21936
Also, the Unicode character in the second nested query might be causing an issue, but I would need to test to be sure. You might need to escape the backslash, like \\u002f
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.