What is the best way to prompt the user for input when a field value changes?
For example, while in Greenhopper when a user drags an issue from Unscheduled to a specific version I would like to be able to check to see if a value for estimate has been entered. If that field has not been set, then I would like to either display a message requiring that the estimate be set before the issue can be moved from Unscheduled or show a form so that the user can enter an estimate.
Community moderators have prevented the ability to post new answers.
Given that what you are suggesting is an improvement to greenhopper, you will have to raise a feature request on the plugin. I don't think you can extend the functionality of one plugin with another!
What you can do as a workaround is to capture the version changes in a listener and do something like notify users etc.
Also, if you have a workflow around scheduling issues, you can use the conditions to check if the estimate is enetred or not!
I have created a listener that does check for version changes, but how would I notify users or prompt users for an estimate from that listener? Sorry, I should have been more specific with my question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.