go-jira / jira

simple jira command line client in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to set custom field of option/select type.

deshraj5375 opened this issue · comments

HI team,

I am trying to set custom field but it works only for type as string. but i also want to set custom field which is option/select type.

jira edit -t < customtemplateName > --noedit --override < customFieldName >=[{'Value'}]

template:
< customfieldId >: {{ .overrides.< customFieldName> }}

ichecked with jira editmeta to check what type it is, it is option.

Can you please help to get it moving.