Custom Mail Put on IssueMoved Event

Pushpkant June 30, 2015

I want to send Custom response whenever a JIRA moves from one project to another.

Can anyone please tell me how can I get Old project Key/Name?

I am using below parameter in If condition (not working)

#if( ${issue.project.oldkey} == 'AMMWSUPPORT' )

 

1 answer

0 votes
GabrielleJ
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 1, 2015

A dirty workaround that I can suggest is that you create a custom field that says "Original" or whatever you like, autopopulate this field on "Create" event and do not display it on any screen. Use this field as a reference.

Pushpkant July 1, 2015

There are 100 projects on my JIRA instance, I can't add Original Custom field on all Projects. Also, I don't know in which project I will be moving my jira issue.

GabrielleJ
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 2, 2015

Do these 100 Projects use different Screen Schemes? If yes, then you have no other way.

Suggest an answer

Log in or Sign up to answer