tenable / integration-jira-cloud

68 stars 52 forks source link

NotRenderableError: unable to render Integer; a string or other renderable object is required #271

Closed zaa0777 closed 4 months ago

zaa0777 commented 4 months ago

Hello. Trying to integrate tenable.sc with Jira cloud. When run "build" some fields are adding: ........ INFO INFO:Jira:Adding field customfield_10338:"Patch Publication Date" to the screen tab "Vulnerability". jira.py:166 INFO INFO:Jira:Adding field customfield_10339:"Finding Severity" to the screen tab "Vulnerability". jira.py:166 INFO INFO:Jira:Adding field customfield_10340:"Tenable Finding ID" to the screen tab "Vulnerability". jira.py:166

But in the end I get the following error NotRenderableError: unable to render Integer; a string or other renderable object is required

Also, In config file already tried change Page Size from 1000 to more, but no luck. 1

2 3 4
SteveMcGrath commented 4 months ago

That looks like an oversight on our end, I'll get it corrected as soon as i can.