I want the logic for (startDate must not be < 2 weeks from endDate) in JIRA sample plugin Development.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
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.