Skip to content

Add support for using Jira sprints to schedule and set deadlines#1

Open
reidab wants to merge 1 commit intolaufwerkcode:mainfrom
reidab:main
Open

Add support for using Jira sprints to schedule and set deadlines#1
reidab wants to merge 1 commit intolaufwerkcode:mainfrom
reidab:main

Conversation

@reidab
Copy link
Copy Markdown

@reidab reidab commented Jul 2, 2025

This adds basic support for Jira sprints:

  • The database is updated to add sprint_name, sprint_status, and sprint_end_date
  • If JIRA_SPRINT_DEADLINES=true is set in the config, the end date of a ticket's sprint will be used to set its deadline in Things
  • If SCHEDULING_MODE=sprint is set in the config, tasks in the active sprint will be set to Anytime and those in past/future/no sprint will be set to Someday

This adds basic support for Jira sprints:

- The database is updated to add sprint_name, sprint_status, and sprint_end_date
- If JIRA_SPRINT_DEADLINES=true is set in the config, the end date of a ticket's sprint will be used to set its deadline in Things
- If SCHEDULING_MODE=sprint is set in the config, tasks in the active sprint will be set to `Anytime` and those in past/future/no sprint will be set to `Someday`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant