Hello everyone, I'm facing an issue using jira rest api with a connect app and would like to know if someone already saw this behavior or some similar.
I'm using this endpoint '/rest/atlassian-connect/1/app/module/dynamic' to create a
jiraIssueFields custom field and right after I search for the recently created field using this other endpoint GET '/rest/api/3/field' to be able to save some data in our database.
Intermittently, it happens to create the field but the query right after doesn't bring up this newly created field. Any thoughts about it?