Skip to content

Conversation

@hiddenrebel
Copy link

@hiddenrebel hiddenrebel commented Feb 10, 2023

What type of PR is this?

  • Refactor
  • Feature
  • Bug Fix
  • New Query Runner (Data Source)
  • New Alert Destination
  • Other

Description

This pull request for patching error in Jira as Datasource while querying with JQL. This error occured when query data from jira contains int in query result array. The error said Error running query: sequence item 0: expected str instance, int found

image

and this is the payload from Jira
image
It looks id was an integer type

The solution for this error, I convert all values from listValues variable into string.

How is this tested?

  • Unit tests (pytest, jest)
  • E2E Tests (Cypress)
  • Manually
  • N/A

Related Tickets & Documents

Mobile & Desktop Screenshots/Recordings (if there are UI changes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants