Description formatting in Jira Python API

Viewed 15

I am trying to create a issue in Jira with description containing a dataframe ,i am trying to display the dataframe data in table style but it looks like below when issue is created,display of header is not matching with values

enter image description here description='''{0} '''.format(df)

0 Answers
Related