I need to automate adding a label to the JIRA for a when new JIRA is created. Instead of adding a label manually, is there a way to add a label using automation by fetching some data from the case management system (e.g. salesforce/servicenow)?
Hi @Mandar Bhome ,
It's easy to do this by using Jira Automation.
Basically you need to just add a rule that whenever a new issue is created in a certain project, then you just edit the label field and add some value to it.
There is an article published already which shows how to do this.
Thanks, Dhiren
Hi @Mandar Bhome -- Welcome to the Atlassian Community!
Does your team/Jira site already have some form of integration (e.g., from the Atlassian Marketplace) with Salesforce or ServiceNow? If so, please investigate that for supplying information to the Jira issues.
If not, how do you know what data should be selected and added as a new label? Let's assume there is information in the Jira issue which would allow determining what to add...Have you considered calling a REST API function in these other systems to get the data?
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am working on some tests for this. Probably a REST API may be a good way
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.