wunderfrucht / gouqi

a rust interface for jira
https://crates.io/crates/gouqi
MIT License
26 stars 8 forks source link

example of how to get comments from an issue? #63

Closed charlesmims closed 1 month ago

charlesmims commented 2 months ago

I'm still learning rust, and I keep going back and forth trying convince myself that gouqi supports getting the comments from an issue, and failing to implement it myself. Does anyone have an example of this working?

avrabe commented 1 month ago

Retrieving comments did not work with newer versions of the Jira API as the format changed. I've updated the code and added an example.