RobQuistNL / chrome-github-jira

This extension shows contents of linked tasks from Jira in Github
Apache License 2.0
35 stars 30 forks source link

Show ticket status in PR list #20

Open exadeci opened 7 years ago

exadeci commented 7 years ago

Thank you for this great extension!

Would it be possible to add the state of a ticket next to the PR in the list view? https://github.com/RobQuistNL/chrome-github-jira/pulls

RobQuistNL commented 7 years ago

I think it will be! It might be a bit slow, because I think there's only 1 endpoint per ticket, so that would cause quite a bit of calls to the API. But maybe there's a "ticket state" endpoint which you can query with multiple tickets. And otherwise, as its async, it could still work fine - just take a while to load.

Feel free to submit a PR :) I currently don't have the time to work on new features, but I might add this in the future. Thanks for the suggestion!