LogoLogo
👉 Get a free ITSM ebook
Issue Scheduler
Issue Scheduler
  • ➡️About Issue Scheduler
  • Examples of templates
  • Comparison table
  • Basic
    • Get started
    • Type of templates
    • Create template
      • Trigger types
      • Cross-project templates
    • Use template to create issue
    • Manage templates
    • Supported custom field types
      • Support for third-party apps
  • Advanced
    • Subtasks templates
    • Variables
    • Relative Due date
    • Permissions
    • Execution history
  • Jira Software
    • Create stories templates
    • Add issue to Sprint
  • SITE ADMINISTRATOR
    • App installation
    • Manage all templates
  • FAQ
  • 🔮Roadmap
  • 🤝Support
    • Book a demo session
    • Raise a request or bug
    • Appsvio website
  • 🔐Security statement
Powered by GitBook

Security

  • Privacy Policy
  • Appsvio Trust Center

appsvio.com © 2025 All rights reserved

On this page
  • 🐾 Steps
  • 🎉 Result

Was this helpful?

Export as PDF
  1. Jira Software

Add issue to Sprint

Add issues to sprint automatically on template execution

PreviousCreate stories templatesNextApp installation

Last updated 1 year ago

Was this helpful?

Issues created from templates can be automatically assigned to active sprints. The sprint selection is calculated based on the sprint pattern in a template.

Example for Sprint name pattern

Pattern

Matched sprint name

Comment

Sprint dev\s\d

Sprint dev 2

\s means empty space, \d means any digits

Sprint\s\d\d\d\d/\d

Sprint 2022/2

/ must be escaped with a backslash \

🐾 Steps

  1. Make sure you have the Sprint field added to the associated screen.

  2. On the create or edit the template, select Sprint board and provide a pattern for a sprint name.

  3. Save changes on the template.

🎉 Result

When the sprint matches, the issue created from template is added to the sprint.

You can test provided pattern on this page:

https://regex101.com/