Hello,
We have 2 plugin of Jira: XRAY anf Automation
I would like to create a rule in automation for the purpose of changing the status of all test that belong to a test execution according to the the test execution status.
However, the command
issuetype = 'Test' and issue in testExecutionTests({{issue.key}})
is not valid.
What can I use instead of {{issue.key}}?
If I use a concrete issue key e.g. 'AB-123' in place of {{issue.key}}, it worked.
Here is the rule in question:
Thanks,
Hi Lionel,
What you have is fine. The (x) over the validate query just means that we cannot validate a query with smart values, as the values are populated at run time.
The rule will execute as if you used the concrete issue key, although you may need to uncheck the "Only include issues that have changed since the last time" checkbox.
Hope that helps.
Scott.
Thanks Scott Harwood for your response,
Yes, I've been just blocked by seeing the (X), it worked.
Best regards
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.