Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Jira Behaviour Plugin

Deleted user August 11, 2015


We have planned to upgrade to latest jira version 6.4.7 and we came to know that it wont support behavior plugins.

Please let us know the similar plugin which supported by Jira 6.4.7 to reuse the existing java code.

 

Thanks,

Vignesh

1 answer

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 11, 2015

Where did you get the idea that it's not supported?

The marketplace says Version 3.1.4 JIRA Server 6.3 - 6.4.9 Released 2015-08-05

 (Ok, it was merged into "script runner" a while ago, and you may have missed that, but that is clear on the marketplace)

 

Deleted user August 12, 2015

Thanks for your reply. Can you please confirm in script runner we can use java code.

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 12, 2015

Yes, that's what it's for.

Deleted user August 12, 2015

Will this below script work with script runnner.? If so please give us link to the add-on or the procedure/name? FormField RaiseExcep = getFieldByName ("Raise an Exception") FormField ExcepDetails = getFieldByName ("Exception Details") String type = (String) RaiseExcep.getValue() if (type == "Yes") { ExcepDetails.setHidden(false) ExcepDetails.setRequired(true) } else { ExcepDetails.setHidden(true) ExcepDetails.setRequired(false) }

Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 12, 2015

I don't know. Have you tried it yet?

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events