JIRA Cloud Add-on. Find issues added to sprint after start

568 views
Skip to first unread message

Dmitry Astapkovich

unread,
Sep 10, 2016, 12:22:46 PM9/10/16
to Atlassian Connect Dev


Is there a simple way to check if issue was added to the sprint after sprint has been started in JIRA Cloud? 

Sprint report marks such issues with star, but I need to check each specific issue in my custom report:




I know that ScriptRunner for JIRA has function "addedAfterSprintStart(board name, [sprint name])", but it's server commercial add-on. 
Any ideas on how to do that are very welcome!

Peter Brownlow

unread,
Sep 23, 2016, 1:14:50 AM9/23/16
to Atlassian Connect Dev
Hi Dmitry,

There are 2 ways that I know.

  1. Use ScriptRunner. They have a cloud version.
  2. Listen to the "issue updated" and "sprint updated" webhooks. Webhooks use "best effort" delivery so you should supplement them with occasional polling.
    Record sprint start timestamps, and when an issue is added to a sprint then take an action if the update timestamp is after the sprint start timestamp.

-Peter

Dmitry Astapkovich

unread,
Sep 23, 2016, 3:04:31 AM9/23/16
to atlassian-...@googlegroups.com
Thanks Peter! I'll take a look on the webhooks

Dmitry Astapkovich
dmitry.as...@gmail.com

--
You received this message because you are subscribed to the Google Groups "Atlassian Connect Dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to atlassian-connect-dev+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Einar Pehrson

unread,
Sep 23, 2016, 3:26:20 AM9/23/16
to atlassian-...@googlegroups.com
Dmitry, also feel free to raise a feature request for this in the ACJIRA project.

Cheers!
Einar


Dmitry Astapkovich
dmitry.as...@gmail.com

To unsubscribe from this group and stop receiving emails from it, send an email to atlassian-connect-dev+unsubscri...@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.
Reply all
Reply to author
Forward
0 new messages