Hi community
I'm trying to create an automation to copy a field from child issue to epic, an automation I succeeded in performing before but now this specific field is not cooperating.
*The field is typed "Select List (cascading)"
I added the field to multiple screens in our project.
When I run it, I get the following errors:
Hi @May Azulay
There are several possible causes for this symptom. Four of them are:
Kind regards,
Bill
Hi @Bill Sheboy
Reviewed all 4 (I'm the admin)
1. When you say the field is not selected for that issue type, are you referring to the field configuration for each issue type? if so, the field is there for all issuetypes I'm trying to copy to. If I'm missing something here, please let me know
2. Reg the issue views - if you are referring to screens, That's cover too. not the issue I guess
3. Jira for automation is still the main actor for performing automation in our project ( I see it on other automation that is active)
4. All issues & Epics are in the same project
Not sure what to do next, appreciate your help
Thanks
May
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I noticed your rule image, and my first suggestion should have been: try adding a Re-fetch Issue action immediately after the trigger.
The Issue Created trigger can fire so quickly that the issue data is not yet available to the remainder of the rule (i.e., a race-track error). This can cause unexpected behavior the remainder of the rule. Always adding the Re-fetch Issue action with slow the rule by about a second, reloading the data before the steps proceed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Bill Sheboy
Tried that too, is it possible it's related to the field functionalities?
Maybe I'm still missing something.
Adding screenshot:
Thanks
May
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I just noticed you posted an image of the edit, selecting the field from the drop-down list...and that this is a cascading, selection field. That is not supported by automation rules yet, as described in this defect: https://jira.atlassian.com/browse/AUTO-258
The work-around is to use advanced edit with JSON rather than the drop-down list. The defect describes the work-around, and here is some additional documentation on that technique:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Bill Sheboy
Thank you, I assumed this is something to do with the field type.
I decided to change it to "single choice" and now it works perfectly fine.
Thanks again!
May
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @May Azulay ,
Once check the field "Roadmap" is still present into the edit issue screen and field configuration scheme for the respective issue types.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Wasim
Thanks for the quick response.
I verified it's present in both. Still getting this error...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @May Azulay ,
The error is related to the copying the value from child to the parent issue.
It all about the inheriting the value from one to another issue, there is something which will impact the process of the action being performed.
To understand the concept of it you can go through the below mentioned linked why we facing this error
Automation For Jira - a rule fails with the error "No fields or field values to edit for issues"
Hope that helps you get the resolution!!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Wasim
Just to make sure we are on the same page, I'm trying to copy a value from the epic issue to its child issue (not backward)
I tried the solution offered in the link and it didn't work.
I also tried to replace "Epic issue" to "Parent issue" and also "trigger issue" but nothing worked.
What can we do?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Adding for reference the error and the automation structure
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.