I have created an auto rule to create a story every Mondays. How can I assign the created story to an existing Epic in the project?
In the Created action in Automation add the Parent field you can set the value manually or using a smart value.
Hope this helps!
Best regards
Sam
Thank you so much Sam for your prompt response but I don't see Parent field! I searched the available fields but it's not listed. I am using Kanban board and the issue type is Story.
Any thoughts where I can find Parent?
Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi @Samuel Gatica _ServiceRocket_ , Would you please help me with this request. I even added
{
"fields": {
"Epic Link": "Pentest Activity"
}
}
To the More Options-Additional Fields, but still the Epic is not assigned.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And there is no Parent or Epic in the list of "Choose Fields to Set"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It looks like you're using Jira Automation for the Jira On-premise version, so you'll need to use JSON format to link your Epic.
Please try using the following:
{
"fields": {
"Epic Link": "EPIC-123"
}
}
Best regards
Sam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Samuel Gatica _ServiceRocket_ ,
Yes I am already using the Jason Format you shared. It's in the screenshot. But still the task is not assigned to the mentioned Epic.
I really appreciate your time and assistance to fix this issue.
Parto
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Parto Hamidi ,
You need to set the EPIC KEY, not the Epic Name
Change: "Epic Link": "Pentest Activity"
to "Epic Link": "EPIC-123"
Best regards
Sam
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.
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.