Skip to content

Conversation

@mmcquillan
Copy link
Collaborator

Continued jira-gh integration

@mmcquillan mmcquillan requested review from a team as code owners April 23, 2025 20:24
# customfield_10089 is "Issue Link", customfield_10371 is "Source" (use JIRA API to retrieve), customerfield_10091 is "Team (R&D)
extraFields: '{ "customfield_10089": "${{ github.event.issue.html_url || github.event.pull_request.html_url }}",
"Team[Team]": "72e166fb-d26c-4a61-b0de-7a290d91708f",
"Team": "72e166fb-d26c-4a61-b0de-7a290d91708f",
Copy link
Member

Choose a reason for hiding this comment

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

this seems to be the structure of the thing we're targeting, based on an API response I got from a newly created issue:

    "customfield_10001": {
      "id": "72e166fb-d26c-4a61-b0de-7a290d91708f",
      "name": "Nomad Minor",
      "avatarUrl": "",
      "isVisible": true,
      "isVerified": false,
      "title": "Nomad Minor",
      "isShared": true
    },

I have no idea how much of that we need to specify here, but I bet we can experiment using the Jira API directly, then port that over to this workflow.

the github action that this uses
https://github.com/tomhjp/gh-action-jira-create/blob/main/README.md#inputs

points to the jira api:
https://developer.atlassian.com/cloud/jira/platform/rest/v3/api-group-issues/#api-rest-api-3-issue-post

@tgross
Copy link
Member

tgross commented Jun 6, 2025

@mmcquillan safe to close this? I think we've got it all working now?

@mmcquillan mmcquillan closed this Jun 11, 2025
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants