Re: Set Time Tracking required in Workflow
| Newsgroups | gmane.comp.java.jira.user |
|---|---|
| Message-ID | <8007850.283691308934782678.JavaMail.j2ee_forums.atlassian.com@atlassian12.managed.contegix.com> |
There may be better ways to do it, but how we approached this was using conditions to hide the workflow items if Time Tracking = NULL, rather than trying to do it with fields during the transition. So then you'd have something like this, for the best usability (IMO) Complete Work (only show if Time Worked != NULL, string) Stop Work (always shown) To complete work, please log time (only show if Time Worked = NULL, string - this has no screen, and just loops to the current status) Close (Administrators only) One painful lesson i also learned that nobody ever told me... dont put NULL in your conditions, just leave it blank and let it automatically populate the null. Maybe we were putting it lowercase or something, but we were entering a value ;) -- Post by mestevo - online at: http://forums.atlassian.com/thread.jspa?forumID=46&threadID=54960 _______________________________________________ Jira-user mailing list [email protected] To unsubscribe or change your options visit this page: http://lists.atlassian.com/mailman/listinfo/jira-user