I am getting a following error while creating JIRA automation
The operator '=' is not supported by the 'Epic Link' field., No issues have a parent epic with key or name ''
please help me resolve this
Hi @Nivedita - -- Welcome to the Atlassian Community!
What type of project are you using: company-managed or team-managed?
If you are using team-managed, "Epic Link" does not exist in that project type. Instead you may use the "parent" field.
And...the "Epic Link" field is being sunset from company-managed projects, so "parent" may be used there also.
If neither of these things helps, please post images of your complete automation rule, the audit log details, and of the specific JQL you are trying to use.
Kind regards,
Bill
JQL used for lookup issues : issuetype in (story) and "parent" = "{{issue.Epic Name}}"
JQL used for edit issues field : {{lookupIssues.Story Points.sum}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
A few things to help...Please confirm if you are using a team-managed or company-managed project. You may find this information at the bottom of the left-side of the page when you expand out the options menu.
If you are using a team-managed project...
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nivedita - use the following
"Epic Link" = "Epic Link value",
if already done Please share screenshot of your automation to identify the problem
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
made the changes and now I am getting the following error:
Field 'Epic Link value' does not exist or you do not have permission to view it.
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.