Skip to content

0.6.4-beta

Latest
Compare
Choose a tag to compare
@lopperman lopperman released this 01 Aug 04:52
· 3 commits to master since this release

🦙 🦙


JiraTIS-0.6.4-beta

TIME IN STATUS ANALYSIS OF JIRA ISSUES


Full Changelog: 0.6.3-beta...0.6.4-beta
Full Changelog: 0.6.2-beta...0.6.3-beta
Full Changelog: 0.6.1-beta...0.6.2-beta

Highlights for v0.6.4

Issue Analysis now contains summary charts to compare single issue against averages of all other issue queried (v0.6.4-beta)


---

---
GENERAL NOTES (Click to Expand)
  • VIEW AND MANAGE CUSTOM ISSUES STATUS CATEGORIES
    • MANAGED IN A LOCAL CONFIG FILE, CUSTOMIZE ANY STATUS TO BE SEEN AS 'TO DO', 'ACTIVE', 'DONE', OR 'IGNORE'
  • FOR ANY ISSUE YOU CAN SEE AN INSTANT SNAPSHOT WHICH INCLUDES:
    • FIRST DATE ISSUE BECAME ACTIVE (FIRST STATUS CATEGORIES AS 'ACTIVE WORK'
    • EARLIEST DATE ISSUE ENTERED ANY STATUS
    • LATEST DATE ISSUE LEFT ANY STATUS
    • NUMBER OF TIMES ISSUE ENTERED A STATUS
    • TOTAL CALENDAR AND BUSINESS DAYS ISSUE REMAINED IN ANY STATUS
    • 'ACTIVE' TIME AUTOMATICALLY ADJUSTED TO 'PASSIVE' TIME FOR ANY ACTIVE TIME SPANS THAT OVERLAP WITH BLOCKED STATUS.
    • FULL CHANGE LOG DETAILS CAN BE VIEWED, DOWNLOADED AS CSV OR EXPORTED AS HTML
    • ADDITIONAL SUMMARIZATION AND FILTERING IN DEVELOPMENT

INSTALLATION AND GETTING STARTED


DEPENDENCIES

  • .Net Core 7 Framework Download
  • For Macs with Intel Chip, download x64 version, for M1/M2 chips, download Arm64 version)

MAC USERS

  • For Mac users, after you have installed the .Net Core Framework, open Terminal and type the following command to create a shortcut to the DotNet.exe. You may need to use sudo in front of the command: ln -s /usr/local/share/dotnet/dotnet /usr/local/bin/

WINDOWS USERS

  • Use Windows Terminal (wt.exe) for the best experience with icons and colors. Free download from microsoft
  • If you're using Windows Terminal (WT.exe) or Windows Powershell, the following will enable emojis and unicode support, which includes increasing the colors that can be used from 16 to 256:
  • [console]::InputEncoding = [console]::OutputEncoding = [System.Text.UTF8Encoding]::new()
  • Include the above in your profile.ps1 file and unicode and emoji support will always be available. This link provides step-by-step instruction for create a new Powershell 'profile.ps1' file, if needed.
  • To enable Unicode support in Windows for cmd.exe, do the following:
  1. Press the Windows key, then press 'R'
  2. Type: Run intl.cpl
  3. Click the Administrative tab
  4. Click the Change system locale button
  5. Check the "Beta/Use Unicode UTF-8 for worldwide language support" checkbox.
  6. Reboot

OBTAINING JIRA API KEY

  • If you do not have an API key for your Atlassian account, instructions can be found here for generating one

FIRST TIME RUNNING APP

  • To use, download and unzip publish.zip (found at the end of these release notes)
  • From a command prompt, navigate to unzipped directory and type:
dotnet JiraStates.dll;

(The JiraStates.dll should be in the folder where the command in executed)

SCREENSHOTS

  • 0.4.4 includes some general visualization summaries
Visual Status Visual Blockers

ADDITIONAL SCREENSHOTS (Click to Expand)

0.4.0-alpha includes improved 'first run' experience, which enables creation of new json configuration file

First Run screen 1 First Run screen 2
First Run screen 3 First Run screen 4
Issue Summary Issue ChangeLog
Multiple Jira Configs empty
empty