Hi Team,
I'm hoping someone will be able to help me create an automation rule.
I currently have 873 issue types that contain values within a field:
I need to automatically move all values from the 'CDE Label' field for all 873 issue types over to a new standard field in JIRA:
I've tried a few automation rules but keep getting error messages. I would really appreciate it if someone is able to help show me the rule I should be creating.
Thanks,
Chris
Welcome to community, what type of field is "CDE Label".
Is it also "labels" type?
Also, please share a screenshot of your current rule and error message from log for folks to help quicker.
Hi Kaylan,
The 'CDE Label' is the same as the 'Labels' type where you can add as many labels as you would like. I've added a screenshot
I ended up deleting the automation rule I set up as it was annoying me how it wasn't working! I will have another go tomorrow and send a reply. Appreciate everyone's help.
Thanks
Chris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hello @Christopher Vickery Your requirement is pretty straight forward.
Please create a new rule.
Use Trigger - Scheduled .. with JQL and give a query which identifies your 831 issues. Make sure you check the box which says "Run JQL and execute for each issue in query"..
Then Action - Edit Issues -
Your final rule should look like below screenshot.
Maybe try with a JQL which is simple.. like key = JJJG-123 and test the functionality with 1 issue, if it works then you can do the same with all.
Please share screenshot so others can help you if issues..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Kalyan,
The automation rule you suggested worked perfectly :) I will show the steps I followed below for anyone else who has a similar issue:
Create Rule - Scheduled:
Action - Edit issue:
Once the rule is run, the value within the 'Labels' field will be copied across to the 'CDE Label' field for all issue types contained within the JQL query.
Thanks again Kalyan.
Chris
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Great to hear. One reminder that if this is a one time sync/copy, disable the rule after you have completed the task, that way it does not run unnecessarily next week onwards.
Also, please accept solution if satisfied so others can find it when searching.
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.