Skip to content

chore: add assigned teams and description #392

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

Merged
merged 2 commits into from
Jul 23, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion .github/workflows/jira-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,20 @@ jobs:
project-key: MCP
summary: "HELP: GitHub Issue n. ${{ github.event.issue.number }}"
issuetype: Bug

description: "This ticket tracks the following GitHub issue: ${{ github.event.issue.html_url }}."
extra-data: |
{
"fields": {
"customfield_12751": [
{
"id": "22223"
},
{
"id": "27326"
}
]
}
}
- name: Show result
run: |
echo "JIRA action result: ${{ steps.create.outputs.issue-key || 'FAILED' }}"
Expand Down
Loading