chrome-github-jira icon indicating copy to clipboard operation
chrome-github-jira copied to clipboard

Show ticket status in PR list

Open exadeci opened this issue 8 years ago • 1 comments

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

exadeci avatar Aug 22 '17 05:08 exadeci

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!

RobQuistNL avatar Aug 24 '17 14:08 RobQuistNL