Skip to content
This repository has been archived by the owner on Jul 29, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 1.28 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.28 KB

The JiraConsole Repo is obsolete. Please see https://github.com/lopperman/jiraTimeInStatus for the repo that is a continuation of 'JiraConsole', using current libraries and set up for VSCode

JiraConsole

Console app to work with Jira REST API via the Atlassian.SDK for .Net (v12.x.x)

Targets .Net Framework 4.8 (built with Visual Studio for Mac)

This project is somewhat new, and I'll get some tests and refactoring done soon, but it will currently query Jira for Project and Issues. It will also expand the Issue changeLog -- and if you're reading this you'll be happy to know that after many hours of pulling my hair out, I've implemented the ability to get ALL of the issue changeLogs! If you're not aware, the Atlassian.SDK v12 doesn't return more than 100 changeLogs, and doesn't support pagination of changeLogs like it does with Issues. See screenshot below for the magic.

Console Menu

img

Example of (filtered) change log history for an issue

img

Get All Issue ChangeLogs!

img