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: 

Looking for Example Excel w/ VBA accessing Jira enabling access to Story Status for Metrics.

Peter Mott
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!
April 2, 2025

I'm looking to build some Metrics (in Excel) but would like them to be updated directly off Jira.   Specifically, I'm looking to pull status of specific stories.  This is not on the cloud.  I'm accessing a Jira database directly.

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Dag Atle Stenstad
Community Champion
April 9, 2025

Hi @Peter Mott ! Here's a VBA add-in I wrote that uses the REST API for Jira. You can use this as an example of how to authenticate.
https://github.com/dagiz007/ExcelAddin4Atlassian

0 votes
Laura Campbell
Community Champion
April 8, 2025

Hi @Peter Mott and welcome to Community!

You will need an app to achieve what you are looking to do. Check out what is available on the Marketplace: https://marketplace.atlassian.com/search?query=excel&product=jira&hosting=dataCenter

You may find more success evaluating some of the reporting apps that build reports directly in Jira, as opposed to exporting data to Excel and then building the reports, but that depends on your team and processes.