Invoke JIRA CLI remotely

SamJ October 11, 2015

I have a requirement to deactivate users using JIRA CLI.

 

For this I have to invoke the JIRA CLI through a remotely.

 

Can this be done? Is there any way to invoke?

2 answers

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.
October 12, 2015

Can you elaborate more on what you mean by "through a remotely"? What do you mean any way to invoke?

If you just need JIRACLI from a remote server (not the same server as your JIRA) to communicate to your JIRA Instance, read Nic's explanation.

If you need to "invoke/call/execute" the JIRACLI tool that is located in a remote server, it's just like calling any other script remotely, nothing special.

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
October 11, 2015

The CLI simply talks to JIRA over the remote API, so you just need to make sure that is available to your remote machine.

Suggest an answer

Log in or Sign up to answer