Hello!
I'm having trouble with setting Epic Link via Edit issue automation.
For context.
An instance of a Software Project is used for Sales initiatives and Requests to technical departments. With Epics used as Sales initiatives and Tasks as Requests.
If a new Request is related to the existing Initiative, than user creates Task from existing Epic.
But for new Initiatives usually you need to send Request at once. That's why we're trying to add automation by creating Epic if a new Request (Task) is created without linking to the existing Epic.
So in the automation rule we have Task as a trigger and Epic created by Create issue action.
Than I'm trying to use Edit issue action to set newly created Epic in Epic link of the trigger. But all available filling options (Current issue, Parent issue, Epic issue, Trigger issue) do not work in this case.
Any tips how it could be done?
It feels like a very trivial thing, but I'm only starting.
Hi "Alex" - Welcome to the Atlassian Community!
Is this a Next-gen project? Or a Classic Software project?
Hello John. Thanks for the response.
This is a Classic Software project.
We need advanced settings for access to Issues and few other options that available only in SW projects. That's why we didn't choose Business project or Next-gen project although the goal is to set up purely operation-type processes across several departments of the company.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have tried several different tests and can't figure out a way to update the Epic Link for the originally created issue.
Maybe @Bill Sheboy has some insights.
The other option would be to have it send you and email with the details and you can manually link them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Alex Trebek and @John Funk
If I am understanding your use case, when an issue is created you want to create an epic and then link the two with epic link. If that is correct, here is what I did to achieve that:
{
"fields": {
"Epic Link": "{{createdIssue.key}}"
}
}
Best regards,
Bill
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.
Yup, and {{createdIssue}} and {{createdIssues}} solve a lot of rule challenges.
Now...if we could only edit variables after created, and have all the fields in Lookup Issues, and... ;^)
__Bill
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.