I'm using a next-gen project with Automation for Jira (cloud). I have a rule setup for whenever an epic is created to trigger creation of new issues (not sub-tasks) with certain fields set. I'm trying to set the trigger issue as the Epic of the newly created issues, but since "parent" isn't available until an Epic is linked to an issue, I'm unable to figure out how to properly do this. Is this possible in next-gen?
My advanced code block is:
{
"fields": {
"parent": "{{triggerIssue.key}}"
}
}The error I get in the audit logs is:
Error creating issue: data was not an object (parent)
Can I ask you for the code you sued to change the name on the create and edit screen?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira does not support putting a field on screen more than once, which is correct for data entry fields because you should never give a human two entry boxes for the same data item - field entry should be unique.
Could you give us a bit more detail on what you are trying to do, why, and what's going wrong? Screenshots would be handy!
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.