Re: How to get transition name from current issue.
[email protected] Mon, 18 Jul 2011 07:55:21 CDT
| Newsgroups | gmane.comp.java.jira.user |
|---|---|
| Message-ID | <9151006.940071310993751547.JavaMail.j2ee_forums.atlassian.com@atlassian12.managed.contegix.com> |
>please explain again above line. I don't know how to - I've run over this explanation in two different ways and rewriting in a third way is beyond me. >And I have one more doubt same selectCustomeFiled may be added to different screens on that time how it will work out? You've got to stop mixing up different areas (like validator code with validator configuration, or screens with workflow). Break your needs down into simple discrete chunks and you'll find that there's no need to think about screens at all. You're trying to write a validator. That has nothing to do with screens. A workflow transition +can+ use a screen, but doesn't have to. The validator happens +after+ the screen, and if the validation fails, it will return the user to the screen too. But there's no direct interaction. Your validator doesn't care what's on the screen and vice-versa. Again, have a look at the Jira Suite Utilities, or any other plugin that provides a validator - the code in there works. -- Post by broughn2 - online at: http://forums.atlassian.com/thread.jspa?forumID=46&threadID=55219 _______________________________________________ Jira-user mailing list [email protected] To unsubscribe or change your options visit this page: http://lists.atlassian.com/mailman/listinfo/jira-user