netresearch / timetracker

Simple time tracking front end with optional Jira synchronization, AD/LDAP integration and XLSX export.
GNU Affero General Public License v3.0
21 stars 27 forks source link

v4: Add support for per-ticket projects #77

Closed cweiske closed 9 months ago

cweiske commented 9 months ago

This allows "small" projects to be tied to a ticket number instead of a Jira ticket prefix. Subtasks and tickets within epics are seen as subtickets, and the project is automatically selected when using such ticket numbers.

Example:

When booking onto "HACK-14", project "Hack" will automatically be chosen. When booking onto "HACK-23" or a subticket, "Hack Monday" project will be chosen.

Based on PR #76 - merge that first.

CybotTM commented 9 months ago

Thanks, but I cannot merge due to conflicts.

cweiske commented 9 months ago

I rebased manually and had no problems. Try again with my force-pushed branch.

CybotTM commented 9 months ago

Thanks.