Hello community,
Need your assistance. Here's the simplified scenario:
Workflow: To Do >>> In Progress >>> Done
Sub-task blocking condition here: To Do >>> In Progress >>> Done (condition doesn't allow to transition issue from In Progress to Done when there're any open subtasks);
On a View issue screen I don't see transition button "Done" when there're any open sub-tasks. Users could be confused significantly.
Is there a way to enable some sort of pop up which says: "Hey, in order to move this issue to done - please close all the sub-tasks"?
Or maybe just enable a transition button, but make it "inactive"?
Please assist.
I'd use the "message field (for view)" from the Jira Toolkit to place some text on the screen.
Or remove the condition, but re-implement it as a validator, so the user starts the transition and then gets told why they can't proceed.
Thanks for the quick turnaround. This could work.
1. What validator to choose? https://image.prntscr.com/image/JtXxT8iCTgKMY2-T9RevWw.png
Not sure what do you mean.
2. Could you please elaborate more on "message field (for view)" from the Jira Toolkit? How to implement this solution?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ah, you'll need a bit of code to do a validator to check the subtasks. There might be one in the marketplace already though.
The Toolkit option -
Install the toolkit from "find new add-ons" (it's free)
Go to custom fields and add a new one, selecting "message for view"
Add it to the issue view screen(s) needed
Go back into the custom field configuration and add some text to the *default* value (not description!)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks, Nic! That works for me.
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.