Skip to content

Commit

Permalink
Set Team for new issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-mikula-sonarsource committed Feb 27, 2025
1 parent 1b43399 commit e15c481
Show file tree
Hide file tree
Showing 10 changed files with 144 additions and 41 deletions.
2 changes: 2 additions & 0 deletions PullRequestCreated/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ The action will update the PR description with links to all mentioned Jira ticke

Action uses `Commit` and `Start` transitions to update the issue and assigns it to the author. It also uses `Request Review` transition in case there's a reviewer already selected during the PR creation.

Action assigns a Team field based on the PR author's Team, or Project Lead for authors without Jira account (bots).

This action does nothing if the PR title contains `DO NOT MERGE` phrase.

## Inputs
Expand Down
8 changes: 7 additions & 1 deletion dist/lib/Constants.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lib/Constants.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 41 additions & 11 deletions dist/lib/JiraClient.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/lib/JiraClient.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 18 additions & 7 deletions dist/lib/NewIssueData.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e15c481

Please sign in to comment.