We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A sidebar (?) that shows in chronological order all activity that's happened to cards (bugs) on the board might be useful.
e.g.
Alice added a comment on bug 123 an hour ago . Bob changed the status to RESOLVED FIXED on bug 456 yesterday .
The text was updated successfully, but these errors were encountered:
Unfortunately I'm not aware of a single bz API for this type of data, so this may require a bunch of requests.
include_fields=last_change_time
GET /rest/bug
last_change_time
GET /rest/bug/comment/(comment_id)
GET /rest/bug/(id)/history
Sorry, something went wrong.
No branches or pull requests
A sidebar (?) that shows in chronological order all activity that's happened to cards (bugs) on the board might be useful.
e.g.
The text was updated successfully, but these errors were encountered: