Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exponentiallydigital/bulk-jira-cloud-sprint-creation
Scripted automation of Jira Cloud sprint creation, from one to a virtually unlimited number of sprints and projects.
https://github.com/exponentiallydigital/bulk-jira-cloud-sprint-creation
agile jira jira-rest-api powershell-script sprint
Last synced: 3 months ago
JSON representation
Scripted automation of Jira Cloud sprint creation, from one to a virtually unlimited number of sprints and projects.
- Host: GitHub
- URL: https://github.com/exponentiallydigital/bulk-jira-cloud-sprint-creation
- Owner: ExponentiallyDigital
- License: gpl-3.0
- Created: 2024-07-06T05:10:09.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T02:57:51.000Z (6 months ago)
- Last Synced: 2024-10-11T20:41:33.925Z (3 months ago)
- Topics: agile, jira, jira-rest-api, powershell-script, sprint
- Language: PowerShell
- Homepage: https://www.exponentiallydigital.com/automating-jira-sprints
- Size: 57.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
## bulk Jira Cloud sprint creation
A Windows PowerShell script that enables creating multiple Jira Cloud sprints in one or many different projects!
Why would you want to do this? It's time consuming and error prone manually creating sprints as a Release Train Engineer, Agile Delivery Coach, or Scrum Master. Using this script you can create a virtually unlimited number of configurable sprints with a consistent naming standard in minutes.
Full set up instructions are included in the script file. An accompanying PowerShell script is included "create-encoded-token.ps1" to enable creation of the API security token needed to authorise sprint creation.
This script allows you to do the following:
- create a single sprint
- create multiple sprints
- create single or multiple sprints in multiple Jira projects
- create these sprints with a standardised naming format
- create these sprints with a standardised date format
- create these sprints with standardised start and end times
- return the SprintID for all sprints created, useful in JQL queriesEnjoy!