Quantcast

[JIRA] (JENKINS-13912) Add the ability to add custom header fields to emails

classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13912) Add the ability to add custom header fields to emails

JIRA noreply@jenkins-ci.org
Dirk Kuypers created JENKINS-13912:
--------------------------------------

             Summary: Add the ability to add custom header fields to emails
                 Key: JENKINS-13912
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13912
             Project: Jenkins
          Issue Type: Improvement
          Components: email-ext
            Reporter: Dirk Kuypers


IMHO it would be nice to be able to add custom header fields to emails. In our environment we are continuously building and testing different branches in parallel. Failing tests send out emails where filtering on custom header fields would add quite some comfort to the work of our developers.;-)

Example:
X-Branch: main
X-BRanch: Version_2.60

and so on...


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13912) Add the ability to add custom header fields to emails

JIRA noreply@jenkins-ci.org

     [ https://issues.jenkins-ci.org/browse/JENKINS-13912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Slide-O-Mix reassigned JENKINS-13912:
-------------------------------------

    Assignee: Slide-O-Mix
   

> Add the ability to add custom header fields to emails
> -----------------------------------------------------
>
>                 Key: JENKINS-13912
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13912
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: email-ext
>            Reporter: Dirk Kuypers
>            Assignee: Slide-O-Mix
>
> IMHO it would be nice to be able to add custom header fields to emails. In our environment we are continuously building and testing different branches in parallel. Failing tests send out emails where filtering on custom header fields would add quite some comfort to the work of our developers.;-)
> Example:
> X-Branch: main
> X-BRanch: Version_2.60
> and so on...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13912) Add the ability to add custom header fields to emails

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

    [ https://issues.jenkins-ci.org/browse/JENKINS-13912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163272#comment-163272 ]

Slide-O-Mix commented on JENKINS-13912:
---------------------------------------

Once the new "pre-send" script feature is released, you should be able to do this using that pre-send script. See JENKINS-12421 for info.
               

> Add the ability to add custom header fields to emails
> -----------------------------------------------------
>
>                 Key: JENKINS-13912
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13912
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: email-ext
>            Reporter: Dirk Kuypers
>            Assignee: Slide-O-Mix
>
> IMHO it would be nice to be able to add custom header fields to emails. In our environment we are continuously building and testing different branches in parallel. Failing tests send out emails where filtering on custom header fields would add quite some comfort to the work of our developers.;-)
> Example:
> X-Branch: main
> X-BRanch: Version_2.60
> and so on...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13912) Add the ability to add custom header fields to emails

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

     [ https://issues.jenkins-ci.org/browse/JENKINS-13912?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Slide-O-Mix resolved JENKINS-13912.
-----------------------------------

    Resolution: Fixed

The pre-send script will allow modifying the MimeMessage before sending.
               

> Add the ability to add custom header fields to emails
> -----------------------------------------------------
>
>                 Key: JENKINS-13912
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13912
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: email-ext
>            Reporter: Dirk Kuypers
>            Assignee: Slide-O-Mix
>
> IMHO it would be nice to be able to add custom header fields to emails. In our environment we are continuously building and testing different branches in parallel. Failing tests send out emails where filtering on custom header fields would add quite some comfort to the work of our developers.;-)
> Example:
> X-Branch: main
> X-BRanch: Version_2.60
> and so on...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13912) Add the ability to add custom header fields to emails

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

    [ https://issues.jenkins-ci.org/browse/JENKINS-13912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163669#comment-163669 ]

Youssuf ElKalay commented on JENKINS-13912:
-------------------------------------------

Is this going to be released in v2.22?
               

> Add the ability to add custom header fields to emails
> -----------------------------------------------------
>
>                 Key: JENKINS-13912
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13912
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: email-ext
>            Reporter: Dirk Kuypers
>            Assignee: Slide-O-Mix
>
> IMHO it would be nice to be able to add custom header fields to emails. In our environment we are continuously building and testing different branches in parallel. Failing tests send out emails where filtering on custom header fields would add quite some comfort to the work of our developers.;-)
> Example:
> X-Branch: main
> X-BRanch: Version_2.60
> and so on...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13912) Add the ability to add custom header fields to emails

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

    [ https://issues.jenkins-ci.org/browse/JENKINS-13912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163674#comment-163674 ]

Slide-O-Mix commented on JENKINS-13912:
---------------------------------------

Yes
               

> Add the ability to add custom header fields to emails
> -----------------------------------------------------
>
>                 Key: JENKINS-13912
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13912
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: email-ext
>            Reporter: Dirk Kuypers
>            Assignee: Slide-O-Mix
>
> IMHO it would be nice to be able to add custom header fields to emails. In our environment we are continuously building and testing different branches in parallel. Failing tests send out emails where filtering on custom header fields would add quite some comfort to the work of our developers.;-)
> Example:
> X-Branch: main
> X-BRanch: Version_2.60
> and so on...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13912) Add the ability to add custom header fields to emails

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

    [ https://issues.jenkins-ci.org/browse/JENKINS-13912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163680#comment-163680 ]

Youssuf ElKalay commented on JENKINS-13912:
-------------------------------------------

Any ETA oh the release date? Looks like you're releasing once a month based on the release history so far.
               

> Add the ability to add custom header fields to emails
> -----------------------------------------------------
>
>                 Key: JENKINS-13912
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13912
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: email-ext
>            Reporter: Dirk Kuypers
>            Assignee: Slide-O-Mix
>
> IMHO it would be nice to be able to add custom header fields to emails. In our environment we are continuously building and testing different branches in parallel. Failing tests send out emails where filtering on custom header fields would add quite some comfort to the work of our developers.;-)
> Example:
> X-Branch: main
> X-BRanch: Version_2.60
> and so on...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-13912) Add the ability to add custom header fields to emails

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

    [ https://issues.jenkins-ci.org/browse/JENKINS-13912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=163681#comment-163681 ]

Slide-O-Mix commented on JENKINS-13912:
---------------------------------------

I was planning for next Friday.
               

> Add the ability to add custom header fields to emails
> -----------------------------------------------------
>
>                 Key: JENKINS-13912
>                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13912
>             Project: Jenkins
>          Issue Type: Improvement
>          Components: email-ext
>            Reporter: Dirk Kuypers
>            Assignee: Slide-O-Mix
>
> IMHO it would be nice to be able to add custom header fields to emails. In our environment we are continuously building and testing different branches in parallel. Failing tests send out emails where filtering on custom header fields would add quite some comfort to the work of our developers.;-)
> Example:
> X-Branch: main
> X-BRanch: Version_2.60
> and so on...

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       
Loading...