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
I must have been doing something weird before when it just didn't output anything. I tried again and it does grab customfield_10004, but raises an exception because it's a float instead of a string. I played around locally and cast it to a string here -- ret_str = ret_str.replace(k, str(issue.setdefault(v.lower(),""))).encode('utf-8') and it works fine.
I tried
jira view
with--format='%key, %summary, %customfield_10004
, but it doesn't output anything after summary.The text was updated successfully, but these errors were encountered: