...
On this page: Table of Contents |
---|
minLevel | 1 |
---|
maxLevel | 6 |
---|
outline | false |
---|
style | default |
---|
type | list |
---|
printable | true |
---|
|
|
---|
...
Create a scheduled action that sends
...
a
...
daily email to a team lead with a list of issues that were added to the current sprint after the start date
JSE function | addedToSprintAfterStart()
|
JMWE scheduled action | Every day at 12:0 UTC
|
JMWE action | Email Issues |
Method | In JQL Extended Search, perform a search for issues linked to bugs, for example: Code Block |
---|
linkedIssueType = Bug |
You can refine this by adding other criteria if needed. Save the query as a filter. For this example, the filter is called Issues added after sprint start . In JMWE, create or edit a scheduled action to occur daily at 12:00 UTC . Under IF SCOPE, click Select Target Issues. In the JQL Expression input box, enter the filter name, for example, filter="Issues added to sprint after start" .
Add the Email issues post function and configure the recipients and message subject. Save the action. Now, every day, the team lead will receive an email with a list of issues added after the start date.
|
...
Create a scheduled action that sends an email to a PM every week with a list of all issues planned for the next sprint to review before the sprint launches
JSE keyword | nextSprint ()
|
JMWE scheduled action | Issue TransitionedEvery week on Tuesday at 08:30 UTC |
JMWE action | Transition IssueEmail Issues |
Method | In JQL Extended Search, perform a search for child issues matching a given query, for example
Code Block |
---|
issue in nextSprint(15) |
Save the query as a filter. For this example, the filter is called Issues in next sprint . In JMWE, create or edit a scheduled action to occur weekly on a Tuesday at 08:00 30 UTC. Under IF SCOPE, click Select Target Issues. In the JQL Expression input box, enter the filter name, for example, filter="Issues in next sprint" . Click the JQL input box, then search using the filter name, for example, filter="Linked issues in To Do" . Add the Email issues post function and configure the recipients and message subject. Save the action. Image RemovedImage AddedNow, when an issue is transitioned to Status |
---|
colour | Blue |
---|
title | in progess |
---|
| linked issues meeting the JQL filter criteria are transitioned from to Status |
---|
colour | Blue |
---|
title | In progrss |
---|
| every week, the team PM will receive an email with a list of issues planned for the next sprint.
|
Add label