Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-15597

Allow parameterization of email subjects

XMLWordPrintable

    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      Hi,

      Currently there is a documentation on jira website to modity email content :

      http://confluence.atlassian.com/display/JIRA/Adding+Custom+Fields+to+Email

      However there is no way to modify email subject.

      It could be usefull if the subject could be parameterized.

      In our case, we had the standard subject :

      (issue action) : (issue name) (issue summary)

      but we modified MailingListCompiler.java to have :

      (issue name) (issue summary): (issue action)

      Users in our company prefers that way as it is more easy to sort their emails by subject and group every mail related to a specific issue.

      We just modified the file : MaillingListCompiler.java

      line 323 :
      < return translatedSubject + ": " + emailSubject.getSubjectTrailer();
      > return emailSubject.getSubjectTrailer() + ": " + translatedSubject ;

      It is an ugly hack for our need but I think it could improve the usability if this things could be modified in administration or user preferences.

            Unassigned Unassigned
            6cad095e5207 hugo lassiege
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                Estimated:
                Original Estimate - 16h
                16h
                Remaining:
                Remaining Estimate - 16h
                16h
                Logged:
                Time Spent - Not Specified
                Not Specified