Discover Packages
github.com/smartcontractkit/chainlink-deployments-framework
jira
package
Version:
v0.52.0
Opens a new window with list of versions in this module.
Published: Sep 30, 2025
License: MIT
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
JiraToStruct is the main function that domains use to convert JIRA issues to config structs
It loads the specified domain's JIRA schema and maps the issue fields
Client represents a JIRA API client
NewClient creates a new JIRA client with the provided authentication token
NewClientFromDomain creates a JIRA client using domain configuration and environment variables
GetIssue fetches a JIRA issue by key. If fields is empty, Jira returns all default fields.
type JiraIssue struct {
Key string `json:"key"`
Fields map[string ]any `json:"fields"`
}
JiraIssue represents a JIRA issue response
Source Files
¶
Click to show internal directories.
Click to hide internal directories.