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

github/actions: Enable /jira-epic slash commands (HMS-5161) #4529

Merged
merged 1 commit into from
Dec 13, 2024

Conversation

ochosi
Copy link
Contributor

@ochosi ochosi commented Dec 13, 2024

This change allows for using the command to create Jira Tasks under a given Epic both in a pull request comment or in the pull request description.

To use the action, you can add a comment to a given pull request with the following content:
/jira-epic ISSUE-1234

This will trigger the action and a bot will create a Jira Task under the Epic ISSUE-1234. Once this is successful, it will update the pull request title and description to contain a link to the newly created Jira ticket, which also means that the two will be linked.
Alternatively, you can also add the command to the pull request description (if you e.g. want to create the Task at PR creation time).

Note: This is currently only enabled for the HMS project.

@ochosi ochosi requested a review from ondrejbudai December 13, 2024 08:22
@ochosi ochosi changed the title github/actions: Enable /jira-epic slash commands github/actions: Enable /jira-epic slash commands (HMS-5161) Dec 13, 2024
This change allows for using the command to create Jira Tasks under a given
Epic both in a pull request comment or in the pull request description.

To trigger the action, you can simply add a comment to a given pull request with
the following content:
/jira-epic ISSUE-1234

This will trigger the action and a bot will create a Jira Task under the
Epic ISSUE-1234. Once this is successful, it will update the pull request
title and description to contain a link to the newly created Jira ticket,
which also means that the two will be linked.
Alternatively, you can also add the command to the pull request description
(if you e.g. want to create the Task at PR creation time).

Note: This is currently only enabled for the HMS project.
Copy link
Member

@ondrejbudai ondrejbudai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/jira-epic approve

@ondrejbudai ondrejbudai merged commit e90010f into osbuild:main Dec 13, 2024
43 of 46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants