Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can you copy the resolution status to a custom text field type?

Frank Merla January 23, 2023

The overall goal is to showcase the resolution type on advanced roadmap (Plans) but since that is not possible I would like to leverage a workaround to copy the resolution status to a text field so I can pull it into the view. 

 

The native resolution jira field is not an option to select in the "field to copy from value from" in the edit issue section when trying to copy from the trigger issue.  

 

2 answers

1 accepted

0 votes
Answer accepted
Mark Segall
Community Champion
January 23, 2023

Hi @Frank Merla - Yes you should be able to do this with automation:

  • TRIGGER: Field Value Changed (Resolution)
  • ACTION: Edit Issue (Your Custom Field)
    • {{issue.resolution}}

NOTE - You'll want to check Allow Rule Trigger if you have other automation that resolves issues.

Frank Merla January 23, 2023

Thank you @Mark Segall! Do you happen to know if this would also work for a custom label field type? I'm toying with the notion of changing the custom field to a label type to allow for filtering in Plans/Advanced Roadmaps.

Trudy Claspill
Community Champion
January 23, 2023

It will. But note that if you want the text value (i.e. "Done) rather than the unique numeric ID of the Resolution value, then you need to use this smart value instead:

{{issue.resolution.name}}
Like Mark Segall likes this
Frank Merla January 23, 2023

Understood, and I'm assuming I'd need to create the label ahead of time so it's available for selection, correct? 

Trudy Claspill
Community Champion
January 23, 2023

No, you would not.

Any user can create a new Label value simply by entering text into a Labels type field.

That is both a pro and con for Labels.

If you want to control the values that can be selected/entered you need to use a multi-selection list field instead.

Frank Merla January 23, 2023

I just tested and passed successfully! Thank you @Mark Segall and @Trudy Claspill !!

Like Mark Segall likes this
Frank Merla January 23, 2023

This field will only be used to mirror what's in the resolution state via this automation, so the label field will allow flexibility and less admin oversight. Thanks!

0 votes
Trudy Claspill
Community Champion
January 23, 2023

Hello @Frank Merla 

You should be able to use Advanced Field Editing to put the value into your custom field.

You would need to find the smart value for the Resolution field.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events