Hi!
Is there anyone out there who knows a simple solution for the following.
Main issue has subtasks, if conditions are not met(sub-tasks have to be closed) transition button is not displayed.
What we would like to achieve is to have the button visible, but if users clicks on it a error message is displayed with a notification that they need to close/complete sub-tasks before transiting to next status.
Ivar
You can write a workflow validator plugin to check for open subtasks. A validator shows the worklfow button but throws the error if the validation fails. Looks like that is what you are after!
Hey Ivar,
if we try to simplify this then look at issues a bit differently: Conditions are there to prevent clutter and non relevant transitions.
If you want to display a message of missing component/fields/sub-tasks then this should be done as a validator, which comes with this ability on notifying users.
I know this might sound a bit strange, but this is a preferred solution to your problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You're looking at modifying the basic JIRA code. The absence of the transaction tells the users the conditions aren't met. They would have to look at the issue to see the button and get the error. This is a training issue. Trying to fix it with a code hack will only bring you grief in the long run.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I too would like this functionality. Every condition I add is something that prevents the validation button from appearing with absolution no explanation why. It leads to confusion and wasted time, and is poor design: an IT system should help the user understand how it works, not baffle them.
The result of this poor design is that we end up not putting in Conditions for certain things, because it causes such confusion.
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.