Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Get all workflow for a specific project

salim_testing February 19, 2024

Hello 

 

I need to get one workflow to specific project jira (server) and when i get this i put this workflow in another jira (data center) .

it's possible with API ?

 

Thanks in advance

1 answer

0 votes
Rilwan Ahmed
Community Champion
February 19, 2024

Hi @salim_testing ,

You can use workflow export and import functionalities. 
In Source jira

  1. Go to admin settings --> Issues --> Workflow
  2. Open required workflow.
  3. Click  export as xml or workflow as required

In destination jira

  1. Go to admin settings --> Issues --> Workflow
  2. Click import (xml or workflow) and continue the process.

Please go through "Importing from a local instance" in https://confluence.atlassian.com/adminjiraserver/sharing-your-workflow-938847433.html to know about the limitations. 

I would suggest to try in a test server first and then do it in production. 

salim_testing February 19, 2024

Hello @Rilwan Ahmed 

 

Thank you for answer and your help but i need to know if exist a solution with api because i go to set a script for he get all workflow for each project and after in the script i need to use a command for import the workflow exported

Suggest an answer

Log in or Sign up to answer