Inputs in Hand:-

  1. ChangesetID (csid)

  2. Repository Name

  3. Branch Name

Requirement to find:

  1. Get the JIRAISSUEKEY releated to given changesetid.

I was searching in EyeQL & FishEye REST API but couldn't find any possible ways to achieve my requirement.

1

There are 1 best solutions below

0
On

Below URL helps to get the JIRAISSUEKEY of a changesetId.

   http://hg.domain.com/log/<repo_name>/rev/branch(<branch_name>)%20and%20<csid>