Create a child issue by filling in the following additional fields
{
"fields": {
"Parent Link" : "{{issue.parent.key}}"
}
}
I want to create a child issue of the created issue.
I want to implement it with one automation
Please lend us your wisdom on how to implement
You cloud try the following.
{
"fields": {
"parent": {
"key": "{{issue.parent.key}}"
}
}
}
But I'm not sure as I see your rule.
Can you explain in English what all steps are in the current rule?
I'm setting up a custom hierarchy.
There are three hierarchy levels: 3, 2, and 1
The parent of 1 is 2 and the parent of 2 is 3
Trigger manually at hierarchy level 1
Custom Fields_10228 is of type Select List (multiple choices).
Repeat the same process for as many as the value of Custom Fields
Create a tier 2 Epic below
"Parent Link" : "{{issue.parent.parent.key}}"
I want to create a story that is a subordinate of the Epic I created.
(I want you to tell me how to do it here)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't think this is going to work in the same rule.
As the Story you are creating doesn't know the Epic that is created.
Add an action to re-fetch data
You could look at making 2 log actions between action to create the Epic and the action to create the Story.
Is their information in the log action, you would need to log the information on the issue key and Epic Link.
Then if there is information you should create a variable to log this and use the variable on setting the Epic Link value in the Story
But as I said I don't know if this will work.
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.
Thank you for your answer. because of the special environment it cannot be created that way
As you can see in the image, we have created a new issue and created a child issue of the parent parent with "Parent Link" : "{{issue.parent.parent.key}}".
I want to create a child in the issue I created
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.
@koutarou ishibashi You have to differentiate between sub tasks and child tasks. The parent/child relationship you're referring to applies to sub tasks. But it seems that you want to create a child task below an epic task. So you have to specify the epic link like this:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm setting up a custom hierarchy.
There are three hierarchy levels: 3, 2, and 1
The parent of 1 is 2 and the parent of 2 is 3
At hierarchy level 2, we have succeeded in setting hierarchy level 3 as the parent
This is resolved
Continuing, I don't know how to set the parent of the issue I created
This problem cannot be solved
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.