The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

extract data from JIRA by getIssuesFromJqlSearch

Li Zou
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!
February 29, 2012

Hi,

I want to use EXCEL 2003 VBA to extract JIRA isssues based on a certain JQL and dump Issue ID, summany, status, etc info into the spreadsheet.

I believe getIssuesFromJqlSearch method can work for the purpose, but I don't know how to do that.

Can anyone please share your success experience? Detail code is appreciated. Thanks!

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Midori
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 Champions.
July 18, 2016

Instead of Visual Basic, you could approach this from the other end: create a custom Excel template for the Better Excel add-on.

0 votes
Renjith Pillai
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 Champions.
February 29, 2012

You need to make web service requests to the Jira instance for doing the same. A quick Google search returned me these links.

http://www.webcontinuum.net/ws_4.aspx

http://msdn.microsoft.com/en-us/library/aa140260(v=office.10).aspx

Or the best and maintainable way for handling this is to do Excel automation from within a C# project (you can download free Express Edition of Visual Studio from MS) and do all your SOAP handling in your C# code.

And if you are looking at a simple dump of values into Excel sheet, you need not do all these as you can get it directly from the Jira filter.

TAGS
AUG Leaders

Atlassian Community Events