Hi Kapo,
This can be done via Automation for Jira's smart value capability.
The smart values you will need to access can be found via the link below.
https://support.atlassian.com/jira-software-cloud/docs/smart-values-text-fields/
Here's a really good article to help you get started with Smart Values in A4J
https://blog.codebarrel.io/how-to-use-smart-values-in-automation-for-jira-15edddfb8c7c
that might not be work on my use case. As when HR fill out the onboarding ticket, we need to make sure user's firstname + lastname is less then 20 charactor.
I found a way to implement length check via regular expression validator but not sure how to implement a calculated field for concatenate.
For example: we have three field
firstname
lastname
username [calculated field] = firstname + lastname
when username field are longer then 20 character, HR will not able to submit the ticket.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey,
Yeah you're correct there, Jira Service Management forms are static and not dynamic. They don't react to inputs.
To accomplish your goals you'd need to procure an add on such as the one below.
Cheers,
Mark
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.