Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Addedaftersprint function in advanced script runner does not show any results

Hutterer, Nicole
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 16, 2024

The function is listed in Advanced Scriptrunner, but does not deliver any results. Any previous requests in this community are from 2020 or before. Is there any current information on this issue and why it´s not working?

1 answer

0 votes
Kalyan Sattaluri
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 16, 2024

Hello @Hutterer, Nicole 

Welcome. I just tested this function and it gave expected results for me.

Some suggestions, the JQL format is like below:

  • issueFunction in addedAfterSprintStart("8837", "6975")

where first argument is board ID and second was sprint ID.

You can also use board name / sprint name instead of IDs like below:

  • issueFunction in addedAfterSprintStart("MYBOARDNAME", "KPMS 2024-S35") 

Also, documentation notes that the sprint must have been created in the same board. So please confirm that as well.

 

Troubleshoot suggestions:

Confirm you have issues added after sprint started in current sprint, and this current sprint was created in same board. If so,

Start with just Board ID (or Board Name) like below:

  • issueFunction in addedAfterSprintStart("NEXTGEN")        OR
  • issueFunction in addedAfterSprintStart("8837")

This should give issues added to current sprint after starting it. 

If above works, give the Sprint ID next.

  • issueFunction in addedAfterSprintStart("8837", "6975") OR
  • issueFunction in addedAfterSprintStart("MYBOARDNAME", "KPMS 2024-S35") 

And confirm that the arguments you are passing are valid.

Hope it helps and let community know if any issues.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
PREMIUM
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events