want to automate the scope crepe thing how this is possible ?

VND Jain, Eti October 10, 2023

i want to implement scope crepe feature for jira automation , how this i can do.please give me syntax for this 

1 answer

0 votes
Nic Brough -Adaptavist-
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.
October 10, 2023

Welcome to the Atlassian Community!

What do you mean by "scope creep feature"?  There is nothing described as that in Jira, and "scope creep" is not something you would implement into an issue tracker, it's more of a report on what your users are doing to move the goalposts on your project.

VND Jain, Eti October 11, 2023

Hi Nic, 

what i want is  :--

After sprint gets started this automation should work and it should be able to count all Storypoint which got added  in the sprint after sprint started and removed after sprint got started and when the sprint got closed it gives summary of the story point added and story point removed from the sprint.

Please help me how i can achieve this .

Nic Brough -Adaptavist-
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.
October 11, 2023

The sprint reports already do that, reporting on points added to or removed from a sprint.

If you want to see the report in other places, you will need to set up something that can extract and display it.  Automation probably can't do it, because it works with issues, not reports.  So the next question is where you want the scope-creep report to appear?

Like Bill Sheboy likes this
VND Jain, Eti October 11, 2023

i dont want to see the report , just want to send notification on email id's that this many Sp got added and this many Sp got removed from the Sprint after sprint starts 

if that information can be displayed through automation that will be  great

Nic Brough -Adaptavist-
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.
October 11, 2023

Ok, but when?  What exactly is the event you want to trigger the report (email) on?

Every event where someone adds an issue to a sprint, removes an issue from a sprint, or changes the estimate on an issue in an active sprint?  Or when a sprint is closed, so you can report on every scope change in one go?  Or some other event?

VND Jain, Eti October 11, 2023

for individual addition and deletion i already put automation in place(but deletion one not working properly) , now just want consolidated one mail which should trigger when sprint gets closed .

which should have:

SP added ( may be JIRA id also) along with SP of each issue 

SP removed 

 

original SP when sprint started and now how many SP of work we have in sprint while closing the sprint.

Nic Brough -Adaptavist-
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.
October 11, 2023

Ok, so Automation has a "sprint completed" trigger, you can use that to create an email based on adding up the estimates on all the issues where "sprint = this one"

VND Jain, Eti October 11, 2023

pls give me exact code in automation screen I am not able to do that that's why asking. Please write this on Jira automation and send me screenshot ..it will be great help I am struggling a lot from 2 days. Its very urgent.

VND Jain, Eti October 11, 2023

pls give me code for when we remove the ticket from the sprint that also not working fine .

Nic Brough -Adaptavist-
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.
October 11, 2023

Automation does not have code, you'll need to work through your Automation rules a step at a time.

Like VND Jain, Eti likes this
Bill Sheboy
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.
October 11, 2023

Hi @VND Jain, Eti 

Adding to Nic's ideas about using the built-in Sprint Report...

It is difficult to accurately detect removal of issues from a sprint using an automation rule.  It is better to use what Jira has already calculated for your team with the Sprint Report: https://support.atlassian.com/jira-software-cloud/docs/view-and-understand-the-sprint-report/

Please try sending the URL to the built-in Sprint Report when your sprint completes.  That can easily be done with an automation rule.  And you can dynamically create that URL based on the sprint which completed.

 

Next thing: using automation rules requires learning and experimentation.  To get you started on creating your rule, please refer to these documentation and example sources: 

 

Finally, the Atlassian Community is not a free labor pool to implement requests.  If you are unable to build the rule yourself, please work with your team to hire a Jira administrator who can help you.

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events