I'm trying to perform a number of actions on issues found by a JQL query, but it does not seem to work:
I was able to validate the if statemtent used, the rest of the automation now looks like this:
The JQL also validates, it finds the issues I'm looking for
But then it seems like the create issue operation is not executed. What am I missing here?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is the manual rule triggered from another project than the PT project and is that project a Team Managed project?
If so in the edit action change the "Same Issue Type" to a specific Issue Type, as Team Managed projects are containers and no configuration is shared.
But as @Jack Brickey mentioned, the audit log of the rule will give more clues on what is going wrong
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Luc Evertzen , what does the audit log show? Can you share a screen shot if nothing pops out at you? Is it possible required fields are not being set in the action?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think I know what I'm missing. You're not doing a for each on the issues found, you're doing a for each on the related issues within the issues found. Which is nothing. However, I'm trying to do the first thing.
So instead I might want to use lookup issues. This actually creates an issue but not in the way I would expect.
It creates one issue, with both summaries in the summary field. Instead I would like to create an issue per issue that was looked up.
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.