Re: appending the project name with the status update
| Newsgroups | gmane.comp.java.jira.user |
|---|---|
| Message-ID | <24856233.399071309253344247.JavaMail.j2ee_forums.atlassian.com@atlassian12.managed.contegix.com> |
It depends on where you want it. Do you want to actually edit what the users enter? Or amend Jira so that it's just displayed automatically? I'd lean towards the first, as the summary is processed in several places in code and you'd need to amend lots of places, probably recompiling bits of Jira core code. Changing the actual data needs a listener though - it'll need to pick up all create/edit/transitions on any issue, take what the users enter for summary, check if there's a project prefix on it, and add one if not. (Oh, and move issue will need it too) -- Post by broughn2 - online at: http://forums.atlassian.com/thread.jspa?forumID=46&threadID=55015 _______________________________________________ Jira-user mailing list [email protected] To unsubscribe or change your options visit this page: http://lists.atlassian.com/mailman/listinfo/jira-user