You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
I am trying to manage tasks in a certain way so that a large task can be broken down into subtasks. I don't want all of the subtasks to be created up front. Instead, when one task reaches a certain point in its workflow the next task should be created.
I tried to do this in Automation for Jira but I am getting:
Error creating issue - Issue type is a sub-task but parent issue key or id not specified. (issuetype)
I don't see a simple way (or any way) to set the parent issue key or ID. I've been trying to find this in the documentation but can't find anything that addresses this, which seems surprising. I would have thought this was a fairly basic and common use case.
The following have failed:
{
"fields": {
"parent": "{{issue.fields.parent}}"
}
}
and
{
"fields": {
"parent": ["{{issue.fields.parent}}"]
}
}
Both result in "Error creating issue - data was not an object (parent)"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.