Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chipbite/JiraToExcel
Importer of data from jira into excel. Single file excel template.
https://github.com/chipbite/JiraToExcel
Last synced: 16 days ago
JSON representation
Importer of data from jira into excel. Single file excel template.
- Host: GitHub
- URL: https://github.com/chipbite/JiraToExcel
- Owner: chipbite
- Created: 2015-04-20T13:36:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-09T12:36:24.000Z (about 9 years ago)
- Last Synced: 2024-08-09T02:19:31.609Z (4 months ago)
- Size: 670 KB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - chipbite/JiraToExcel - Importer of data from jira into excel. Single file excel template. (Others)
README
# JiraToExcel
Importer of data from jira into excel. Single file excel template.VBA script only, for easy "deployment". Easily configurable. Queries Jira directly, parses resulting XML (implements IVBSAXContentHandler). Fast.
###Setup (see image below):
* Download / copy to drive then open file in excel. Be sure to enable macros (click options in "Security Warning" bar)
* Open worksheet/tab "Con": Enter (a) URL to your server, (b) username and (c) password.
* Open sample sheet "Sheet2", go to cell F1 (named jql_1). Enter your projectname or any other jira JQL you want to use.
* Optional: Review columns/fields in row 3 (and edit headers in row 4) as needed.
* Click Do Import button.###Some points to code:
* Has tests - support for running integration tests if you want to develop further. You need to get test XML yourself (easy).
* Robust and pretty fast implementation for a VBA, uses/implements Microsoft.XML SAX parser
* Fairly OO code. Pro: Easily expandable to do new things. Con: Takes a little time to grok code design.**If you've found this and run into a snag or have questions, raise issue or message me.**
###Instruction image
![instruction image](https://raw.githubusercontent.com/chipbite/JiraToExcel/master/JiraExcelImport_Instruction.png)