Hi
I need some help in creating this validation below.
While doing transition from Fixed to Resolved, i want to check if user is selecting resolution as duplicate, there should be a duplicate issue linked to this issue, otherwise user should get error message, how to add this in validation or post function?
When user clicks on Fixed, he will get screen with resolution and comments fields.
Thanks for your help.
Raj
You can add Validator. First check If the resolution is set, and add another validator that compare string. Functionality provided by plugin WorkflowToolbox . Validator: Field %{00028} equals "Duplicate".
we had the same requirement, we did the following things
1. created custom field with name "Duplicate CR" and added to resolved screen, using JavaScript made visible if the resolution value selected as Duplicate else we made it hide
2. developed a validator to make Duplicate CR field Mandatory when Resolution selcted as Duplicate and validated Duplicated CR field Value to make sure ented value is a issue key's
3. using post function issue which are ented on Duplicate CR field linked with current issue
another way is by using script runner plugin you can do this, some one may help on this
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi R. Prasad,
Thanks for the tips, appreciate it.
on 2nd point, you mean to say you have developed a new validator for this, is there any ready made validator available for this?
yes, other option is thro script runner, hope sombody have done with script runner, appreciate if they can share it.
Thanks
Raj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
for first one to hide/show field you can do it using bheaviour plugin check this
for second, i don't think it is availble but you can do it, it is simple
check here sample are there for script runner
https://jamieechlin.atlassian.net/wiki/display/GRV/Validators
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You will have to write custom Validator - https://developer.atlassian.com/display/JIRADEV/Workflow+Plugin+Modules
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Chaithra.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am on JIRA 6.0.2.
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.