AtlassianPS / JiraPS

PowerShell module to interact with Atlassian JIRA
https://AtlassianPS.org/module/JiraPS
MIT License
322 stars 131 forks source link

Get changelog/transition history for Jira Issue #395

Open boldperrotta opened 4 years ago

boldperrotta commented 4 years ago

name: Expand Changelog for Jira Issues about: Add ability to pull changelog for issues

Context

We are trying to pull data from an issue regarding when it transitions. Essentially to calculate how long an issue stays in a specific status. Feature appears to be missing from module, but API is available to pull it.

Description

It would be great if this functionality could be added to a new function or the existing Get-JiraIssue function. Any capabilities to pull dates when a Jira Issue transitions would be great also, but just being able to pull the changelog would be great.

Additional Information

StackOverflow link with more info: https://stackoverflow.com/questions/30155353/accessing-transition-history-via-jira-rest-api

lipkau commented 4 years ago

There is already a POC branch for fetching the history of a ticket: https://github.com/lipkau/JiraPS/commit/ce1af264df7623e5e2e1e96548f749e3ffc988e8

but no ETA on the published module