Where and How I should write a logic for (startDate should not be < 2weeks from endDate) in JIRA Plugin?

divya chennuru February 22, 2012

I want the logic for (startDate must not be < 2 weeks from endDate) in JIRA sample plugin Development.

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.
February 22, 2012

You'd do that as a "validator" probably. There's a plugin module for workflow-functions, including validators.

The basic structure of one of those is a block of logic which would take the entered dates as inputs and return a simple true (pass) or false (validation failed) output, ideally with some text to explain what has failed.

There are a handful of plugins that already provide this sort of function though - see https://plugins.atlassian.com/plugin/details/5048 for one of them

divya chennuru February 22, 2012

Thank you

Jobin Kuruvilla [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.
February 22, 2012

There is one issue here! The validator check will not work for 'Edit' operation unless you do Edit also via a workflow transition. If you want it on Edit, you might want to do it using Javascript or check out the Behavior Plugin to see if it supports that.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events