Forums

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

Is it possible to add a button on the JIRA Dashboard that when clicked interacts with Bitbucket?

Siyanda Mzam
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 26, 2017

We would like to add our own custom button on JIRA that when clicked pulls specific data from Bitbucket like files (not file names), associated with a particular commit.

1 answer

0 votes
Tarun Sapra
Community Champion
July 26, 2017

You can try using custom JIRA Gadgets, but I don't understand your use-case why do you want to pull files? where do you intend to store these files as bitbucket is meant for storiing files and jira can display those fileName (it already does that in the "commits" tab if you have bitbucket and jira connected via application links)

Siyanda Mzam
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 26, 2017

We would like to pull the files so as to be able to send them to an external client instead of having to manually go through commits, finding changed files and sending them via email to the client.

So the idea is to have a button that when clicked simply gets all the changed files, zip them up and send to the client.

Nic Brough -Adaptavist-
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.
July 26, 2017

You'll need to write the code behind that function, and bind it all to a "web fragment" (snippet of html that JIRA recognises as being part of a menu or screen)

As usual, I'd do this with ScriptRunner, because I know it can do the get-and-send you need, plus tie my code to a web-fragment very easily.

Like Alibek Malikov likes this

Suggest an answer

Log in or Sign up to answer