Hello,
I want to ask if there's a possibility that Jira nearby Creating Tickets, take from Ticket Text field Specific Text as Labels (For Example Failure Number and Location), and how to implement that.
I appreciate every helpful answers.
Welcome to the community!
What you describe is really a two-part question: First, can you automatically update the Labels field depending on the content of a different field? Second, how to know what exactly to put into the Labels field. The first question is easily answered: Yes, that's possible and really easy with Jira automation.
The second part is where it gets a bit more tricky. Jira automation has a feature called Smart Values that allow you to parse text fields. You can use that to look through the description and find what you are looking for.There is a match()-function with smart values, so you can use regular expressions.
Hope that helps,
Oliver
Hi @Wroblewski, Arkadiusz and welcome to the community,
Do you want to know if there is a way to get the values/words from a text field to the labels field?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, but the case is, Failure Number and location are mostly other, so there's possibility for Automatisation of this process ?
Thank you for your answer.
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.