I am using automation to create my PMO admin story for each sprint. The story is created no problem and the summary contains what I want except the name of the current sprint.
I cannot get the sprint name to append to the summary. I am trying to set the summary to something like this "PMO Admin - Sprint 27" I am missing that sprint.
Anyone have any suggestion
For a question like this, context is important for the community to help. Please post the following:
Kind regards,
Bill
Hi Bill the project is a Company project. I can create the story but not append the summary with the sprint name I wanted it to look like "PMO Admin - Sprint 27" for example. No matter what I tried I could not get the sprint name appended to the Summary
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for that rule image.
With the Sprint Started trigger, please use the {{sprint.name}} smart value to access only that active sprint.
Then in the Create Work Item action, type in that smart value in the Summary field:
PMO Admin - {{sprint.name}}
However, if you rule will use a different trigger, the expression would change to find the correct sprint value.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Just following up to check if this answered your question. If so, please consider marking this one as "answered". That will help others with a similar need find solutions faster. If not, please let the community know what help you need with the rule changes.
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rob
Following Method will help you to print the sprint name with your Summary.
Trigger: When Sprint Start (Select the Board Name)
Branch: Issues in Sprint
Action: Edit Work Item (Summary), Smart-Value ({{issue.summary}} - {{issue.sprint}})
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.