turbot / steampipe-plugin-jira

Use SQL to instantly query Jira. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/jira
Apache License 2.0
22 stars 14 forks source link

Adding "resolved" field into jira_issue table #55

Closed jinhong- closed 2 years ago

jinhong- commented 2 years ago

Is your feature request related to a problem? Please describe. I want to be able to know what the resolution date of an issue is to help calculate cycle time, when a bug was closed, etc

Describe the solution you'd like To have the "resolved" field exposed

Describe alternatives you've considered Currently using "updated" field. However updated is different from "resolved", as an update could mean changing of description, adding of labels, etc which is different from resolution date

Additional context Information on the JQL field here

misraved commented 2 years ago

Thanks @jinhong- for using Steampipe 👍.

The use case looks extremely promising. We have opened a PR which adds the resolution_date column to the jira_issue table. It would be great if you could locally build the changes and check if it suffices your requirement.

Steps to check:

Please let us know if it resolves your issue. 👍