How can I add a button in issue view to run bash script on server?

Venugopala Naidu February 5, 2019
Bash script in jira

1 answer

1 vote
Alexey Matveev
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.
February 5, 2019

Hello,

You could either write your own plugin, or you could use one of the plugins in the Marketplace.

For example, you could use the Power Actions add-on:

https://marketplace.atlassian.com/apps/1210979/power-actions-for-jira-create-wizards?hosting=server&tab=overview

This plugin will let you to add a button and then you can execute a bash script with this method:

https://confluence.cprime.io/display/SIL/system

Suggest an answer

Log in or Sign up to answer