When I change rank of a jira issue, jira webhook event does not provide next/previous ranked issue id which is required to update the issue rank in target system. Is there any way to get the previously ranked issue id of updated issue?
For ex., required payload:
{
"Rank":{
"Source":"Epic:3335",
"Action":"Before",
"Target":"Epic:3337",}
}
Hi @Admin -- Welcome to the Atlassian Community!
Maybe you could try is to get all the epics with a webhook JQL ordered by Rank, and then grab the one immediately before your target epic.
Best regards,
Bill
@Bill Sheboy It means there is no direct API to get next/previous issue. I'll go with JQL then, thanks much!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.