Skip to content

Support for custom fields #36

@cmboling

Description

@cmboling

Some feedback that was given to us from an open source developer 😸

Based on the Jira python library being used, the actual customfields themselves are just an additional key/value pair passed to the fields object: https://developer.atlassian.com/server/jira/platform/jira-rest-api-examples/#creating-an-issue-using-custom-fields

Here - https://github.com/github/ghas-jira-integration/blob/main/jiralib.py#L168 this method is where we would pass something like field={“customfield_0000”: “my_value”}

Ideally the custom field would be an arbitrary map the user passes into the github action.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions