Hello,
I am using LaunchDarkly to connect Jira tickets with their relevant LD flags, under the "Releases" section.
Although i can also serach in JQL for "flagName" is not empty, i dont know how to access the flagname and use it as a custom field.
Been trying to use :
{{issue.flagName}} | {{issue.flagKey}} | {{flagName}} | {{issue.properties.flagName}} | {{issue.remotelinks}} | {{issue.links}}| {{flags}} || {{flag.key}} || {{flag.name}}
all return nothing. any idea what can i do?
Found a solution using REST API
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.