Hacker News new | ask | show | jobs
by robbya 2373 days ago
How often is Jira up to date for you? I've often seen that standup can be a chance for folks to realize they didn't update a task. We'd have Jira open and just do live updates to sync it.
1 comments

We use git hooks to tie issues and commits together. I think Azure DevOps and some other PM software also does this without hooks.

Basically our team can't complete an issue without a commit, and a commit message won't be accepted without an issue tag.

(Issues can also be closed as "won't fix" without a commit of course.)