How to clone workflow using Jira Command Line Interface (CLI)?

Nilton Junior March 20, 2015

How to clone workflow using Jira Command Line Interface (CLI)? I'm trying the command:

 

./jira.sh --action renderRequest --file "" --request /secure/admin/workflows/CloneWorkflow\!default.jspa\?lin\&workflowMode=live\&workflowName=jira --requestParameters "newWorkflowName=Test" -v

 

And result is:

 

Request type: GET

Content type: text/html

Response code: 200, message: OK

Rendered data for url: discarded

 

Thanks!

2 answers

1 vote
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.
March 20, 2015

Change the --file parameter to get the output of the http request and look at the html in a browser. I would guess it shows an error.

0 votes
Nilton Junior March 20, 2015

Hi Bob! Thanks for the quick response. The page is displayed correctly. What happens is that I can not fill in the fields and click in the "Copy" button.

screenshot.png

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.
March 20, 2015

You are doing a http request and must provide all the parameters the screen would normally do. That usually means using a tool like https://addons.mozilla.org/en-us/firefox/addon/live-http-headers/ to see what the browser is doing and try to replicate that.

Suggest an answer

Log in or Sign up to answer