Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for character after jira project key #18

Closed
agitelzon opened this issue Feb 21, 2023 · 0 comments · Fixed by #20
Closed

Add support for character after jira project key #18

agitelzon opened this issue Feb 21, 2023 · 0 comments · Fixed by #20
Assignees

Comments

@agitelzon
Copy link

I can see that there are 2 old PRs in this repo to do essentially the same thing. Please take a look at these PRs and implement something similar to what both are trying to do.

Right now this action will only support the format <JIRA-ISSUE-KEY> <Title> with a space between the key and PR title, for example, AB-123 PR Title.

We would love it if this action, at minimum, could support AB-123: PR Title or at best custom separators such as:

<JIRA-ISSUE>:<Title>
<JIRA-ISSUE>_<Title>
<JIRA-ISSUE>-<Title>
<JIRA-ISSUE>/<Title>
@ryanvade ryanvade mentioned this issue Nov 24, 2023
Merged
@ryanvade ryanvade self-assigned this Nov 24, 2023
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 a pull request may close this issue.

2 participants