Hi all,
We are working with JIRA and SIL events to link it to another application.
When someone create/edit/delete an issue, it runs a script who creates a identifier with JIRA and the other application, and we save it's value to a field called "ATC"
What's our problem? we need to send a message to the user's interface when someone edit or do something with an issue in progress and it's not linked (the field "ATC" it's empty).
Thanks!
Community moderators have prevented the ability to post new answers.
Why not just use a validator to check if the field is null during the transition to In Progress?
Yes, but don't know how to do that, i tried with Live Fields events, but that's not what i want.
I don't know how to make an event when someone views an issue that shows a message if a field is empty.
If it's possible to do that, i would like a sample to understand how it works.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not out of the box. You'd need to modify your script to look to see if it is empty and display a message.
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.