When we do basic github integration, given [#ticket_id]
in commit message, it adds to the ticket.
Now I am listing my commits in my own report, and I want to convert all those messages having #ticket_id
to <a href="link_to_story">#ticket_id</a>
and hence I want to know easiest way to do that, given only story id, I want to make out link to the story.
Is there any api which will allow me to search by ticket_id/story_id, and give me its project id or the link itself.