Values.JiraConfigurationSourceConfiguration of the Jira integration.
type nonrec t = {jiraIssueUrl : JiraIssueUrl.t option;The URL of the associated Jira issue.
*)lastSyncedTime : Timestamp.t option;}val to_value :
t ->
[> `Structure of
(string * [> `String of JiraIssueUrl.t | `Timestamp of Timestamp.t ])
list ]