Search code examples
jiraworkflowissue-tracking

JIRA- How to immigrate data from an issue to another?


Currently I am working on a Jira project and in that project I have built a workflow. The workflow runs with a single issue and runs successfully.

This workflow mainly consists of 2 parts. In the 1st part, the authorizations are set and approved. In the 2nd part some assignments are being conducted according to the authorizations that have been set in the first part.

This workflow works well but I have been asked to implement this project with 2 different workflows which will be run by 2 different issues.

So my question is, how can I migrate data from the first issue to the second issue? Somehow I need to transfer the authorization info to the second issue so that the second workflow will be able to run.

Thanks a lot.


Solution

  • A late respond: I achieved this by using the sub-task mechanism. I also used post-functions in the workflow which made me able to get the authorization data from the first issue.