this introduces the type option to the create command. The given custom branch type takes precedence over the default branch type derived from the jira issue type.
feat(create-command): add support for task tickets and branches
maps branches with an issuetype name containing 'task' or 'aufgabe' to task/ branches.
this introduces the
type
option to the create command. The given custom branch type takes precedence over the default branch type derived from the jira issue type.feat(create-command): add support for task tickets and branches
maps branches with an issuetype name containing 'task' or 'aufgabe' to
task/
branches.