Close an Issue, Open another?

Kevin O'Brien ADMIN October 11, 2012

Here is the use case:

We have a project that we use to stage issues, and once the issue transitions through the workflow, we would like to have some kind of Post Function to let the Assigned user know that the next step is to create an issue in another project. Is it possible to include something like this in the Workflow? Or any other thoughts on how you would do this?

Using JIRA 5.1

Thanks!

2 answers

1 accepted

0 votes
Answer accepted
Dieter
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.
October 11, 2012
You could send a custom email to the assignee using the script runner plugin. See https://studio.plugins.atlassian.com/wiki/display/GRV/Built-In+Scripts#Built-InScripts-SendCustomEmail how you can do that. The email might contain a link which on click opens the create issue page for the project in which the user should create an issue.
0 votes
Bob Swift OSS (Bob Swift Atlassian Apps)
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.
October 11, 2012

Is there enough information in the current issue or transition variables to create the new issue automatically? If so, you add a post function to do this using CLI Plugin for JIRA or similar methods discussed on answers.

Suggest an answer

Log in or Sign up to answer