Hi Folks,
When I trying to access JIRA Data Center through python package jira, I am getting jira 500 error
jira.exceptions.JIRAError: JiraError HTTP 500 url: https://jira.domain.com/rest/api/2/search?jql=filter+%3D+Boards_Epics&startAt=0&validateQuery=True&fields=%2Aall&maxResults=50
issues = jira.search_issues(rp_jql, validate_query = True,maxResults = False)
Can you guys please help me on thise.