You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you elaborate how you would want to use this?
Our primary approach to configuring the actions is through environment variables. One way would be to add something like a JIRA_CUSTOM_FIELDS variable which could contain a formatted string with key/value pairs for custom fields. The values would be static though.
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
Ideally the custom field would be an arbitrary map the user passes into the github action. (inspiration for this from here)
Currently a failure will look like:
The text was updated successfully, but these errors were encountered: