Hi Team,
We have Test 1 field with checkbox with values A-Apple, B- Ball, C-cat and when the issue is transitioned to next status automatically the checkbox values gets copied to text field single line, so when it is copied to text field i want to remove the text like Apple, ball etc.
We are using script runner, JMWE and automations.
Thanks in advance!!
You can write a workflow post function to do it. If you are good in scripting, you might as well use one of the script runner plugins to execute a simple script which does this in a workflow post function!
https://developer.atlassian.com/display/JIRADEV/Workflow+Plugin+Modules
OK, I'm not at all good at scripting. Any help anyone can provide would be very much welcome.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm looking for something very similar to what's offered by default using the Script Runner plugin. Basically, instead of adding the current user as a watcher, i'd like to add a group of users as watchers.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did anyone get this figured out or something written? I might take a shot at it and if I get something I'll post here for a proper answer to this question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Justinc:
Although not exactly what you are looking for, although way I have done something like what you are taking about is create a JQL query (http://confluence.atlassian.com/display/JIRA/Advanced+Searching) that finds the issues with the priority I am looking for. I save that filter with a name that generally makes sense.
Once I do that I create a group in JIRA with all of the users I want to get notified. I then setup a subscription on that saved filter to that group and set it up to send out every x minutes. Then, when an issue gets into the "state" which I want the team to be notified, the group gets and email.
Understand that it is not quite what you wanted, but it doesn't require any programming.
Respectfully,
-Jeremy
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.