You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the cli command gh sherpa cpr -i [JIRAKEY-12345]
cli cannot figure out issue type, when in Jira it is a story, so I assume for new stories branch should have "feature" prefix. But instead it gives "WARNING: undetermined issue type". And I need to select it manually each time.
Expected behaviour
To have a list of how Jira issue type corresponds to branch prefix/type and cli correctly selects it.
or/and have a cli flag like --branch-type=feature (or any other type) that I can put to initial command so I don't need to manually select it (as I know what branch it should be already) and command would look like gh sherpa cpr -i [JIRAKEY-12345] --branch-type=feature
The text was updated successfully, but these errors were encountered:
Detailed description
Given the cli command
gh sherpa cpr -i [JIRAKEY-12345]
cli cannot figure out issue type, when in Jira it is a story, so I assume for new stories branch should have "feature" prefix. But instead it gives "WARNING: undetermined issue type". And I need to select it manually each time.
Expected behaviour
gh sherpa cpr -i [JIRAKEY-12345] --branch-type=feature
The text was updated successfully, but these errors were encountered: