Forums

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

Can one use Excel and VBA to create a new issue in JIRA?

Dave Burrells July 17, 2013

I have an Excel spreadsheet of tasks and I want to write some VBA code so that I can press a button and a task is sent to JIRA where a new JIRA Issue (I think that is what they are called) is created.

Is this possible and where would I start? I am perficient in VBA.

Thanks

3 answers

0 votes
Bob Swift
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 17, 2013

VBA can run a command - see JIRA Command Line Interface has createIssue.

0 votes
Timothy
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 17, 2013

If VBA can convert excel data into JSON strings, then you can use the REST API (https://docs.atlassian.com/jira/REST/latest/).

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events