Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JSE function

addedToSprintAfterStart()

JMWE scheduled action

Every day at 12:0 UTC

JMWE action

Email Issues

Method

  1. In JQL Extended Search, perform a search for issues linked to bugsadded to a sprint after the start, for example:

    Code Block
    linkedIssueTypeissue = Bug

     You can refine this by adding other criteria if needed.

    Screenshot of the Extended Search page with the query as described on this page.Image Removed
    in addedToSprintAfterStart(ACME)
    Screenshot of the JQL function as described on this page.Image Added
  2. Click Save the query as a filter.

  3. Enter a name for the filter, then click Save. For this example, the filter is called Issues added after sprint start.

  4. In JMWE, create or edit a scheduled action to occur daily at 12:00 UTC.

  5. Under IF SCOPE, click Select Target Issues.

  6. In the JQL Expression input box, enter the filter name, for example, filter="Issues added after sprint start".

    Screenshot of the configured Scheduled action in JMWE as described on this page.
  7. Add the Email issues post function and configure the recipients and message subject.

  8. Save the action.

    Now, every day, the team lead will receive an email with a list of issues added to a sprint after the start date.

...