Jira Behaviour Plugin

Vignesh 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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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)

 

Vignesh August 12, 2015

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

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 12, 2015

Yes, that's what it's for.

Vignesh 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-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
August 12, 2015

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

Suggest an answer

Log in or Sign up to answer