Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork129
Open
Description
Enhancement Title
Exportingstate_reason attribute in .csv file
Problem statement
GitHubclosed issue status are of 2 types:
- Closed as completed: Fordone,closed,fixed,resolved.
- Closed as not planned: Forwon't fix,can't repro,duplicate,stale
So, when trying to filter on theclosed state in .csv export, it doesn't give information on whether the issue iscompleted ornot planned.
Solution
- This data is available with an attribute
state_reason, adding it as the default attribute in the.csvexported file. - I can understand that this can be exported using a specific attribute option, but on using the
exportAttributesoption, we need to specify all the required attributes as default ones are skipped. - So, I think the ideal solution is to include
state_reasonin default attributes, as this value gives more information on the type ofclosedstate
Metadata
Metadata
Assignees
Labels
No labels