I am trying to fetch the data by the below API end-point
api/2/issue/createmeta/[abc]/issuetypes
I am getting 400 server errors.
but the same endpoint with a different project just assumes it as "xyz" is working fine
api/2/issue/createmeta/[xyz]/issuetypes.
Also for the same project other end-points are working EX:
api/2/project/[abc]/workflowscheme
I want to know why the API endpoint is not working for "abc" project
Check the logs on the server running Jira.
As the API works for one project it should work for all.
Do you have the correct permissions on project ABC, are they different then on XYZ?
Hi @Marc - Devoteam ,
I have administrative privileges on the project ABC. However, I am currently experiencing an issue where I am unable to obtain a response from the API. I will proceed to check the logs on the Jira server for further insights.
Could the large number of issue types in the project ABC, which currently has over 250+ issue types, be impacting the API response? I would appreciate your guidance on whether this could be causing the issue.
Thank you for your assistance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Could be, the logs should provide more info.
Otherwise ty the API to search issues, then you can specify what the API should fetch more specifically.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it possible to see the logs by ourselves or do we need to reach the Jira support team to see the error logs? Any reference would be appreciated if it is possible to find the logs directly.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes. According to your tags you are running a DC. instance (so local install).
Log files are located on the server where Jira is installed, you would require access to the server.
Or ask the server admins.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.