-
-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
Enhancement Title
Exporting state_reason attribute in .csv file
Problem statement
GitHub closed issue status are of 2 types:
- Closed as completed: For done, closed, fixed, resolved.
- Closed as not planned: For won't fix, can't repro, duplicate, stale
So, when trying to filter on the closed state in .csv export, it doesn't give information on whether the issue is completed or not 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