Versions Compared

Key

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

...

  • Notify "ProjectNotificationList" når en sag bliver oprettet uanset prioritet
  • Hvis tilstand er "Open"
    • Hvis prioritet er "Blocker" og sagen er urørt i 1 dag (CWF Filter 1 - Script CWF-1-Notification.xml)
    • Code Block
      issuetype in (Bug, "New Feature", Task) AND priority = Blocker AND status = Open

       

      • Hvis det er længere end 24 timer siden sidste notification, send notification.
    • Hvis prioritet er "Major"  og sagen er urørt i 7 dage (CWF Filter 2 - Script CWF-2-Notification.xml)
    • Code Block
      issuetype in (Bug, "New Feature", Task) AND priority = Major AND status = Open AND updated < -7d

       

      • Hvis det er længere end 1 uge siden sidste notification, send notification.
  • Hvis tilstand er "Ordered"
    • Hvis prioritet er "Blocker"  og sagen er urørt i 1 dag (CWF Filter 3 - Script CWF-3-Notification.xml)
    • Code Block
      issuetype in (Bug, "New Feature", Task) AND priority = Blocker AND status = Ordered

       

      • Hvis det er længere end 24 timer siden sidste notification, send notification.
    • Hvis prioritet er "Major"  og sagen er urørt i 7 dage (CWF Filter 4 - Script CWF-4-Notification.xml)
    • Code Block
      issuetype in (Bug, "New Feature", Task) AND priority = Major AND status = Ordered AND updated < -7d

       

      • Hvis det er længere end 1 uge siden sidste notification, send notification.

...