Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: Export CSV with additional fields/columns like Comment, User, Comment Date, Branch #9

Open
chswap opened this issue Oct 28, 2021 · 0 comments

Comments

@chswap
Copy link

chswap commented Oct 28, 2021

@borisbsu

CSV Export plugin shall able to export additional fields/columns like Comment, Username, Created Date, Branch data in CSV file.
Below are the mappings for additional fields/columns with Web API endpoint api/issues/search:
Parameter: additionalFields=_all

Json field CSV Column Name
"htmlText" Comment
"login" User
"createdAt" Comment Date
"branch" Branch Name

Above information in CSV report will be useful for tracking Issues Justification/Comment across branches.

Thanks,
Swapnil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant