-
Suggestion
-
Resolution: Unresolved
-
None
-
1
-
Issue Summary
Some Jira Align users are trying to use ChatGPT's ability to create custom GPTs that can interact with Jira Align through natural language queries. A key step in setting up the GPT involves connecting ChatGPT with Jira Align, which requires uploading an OpenAPI specification of Jira Align to ChatGPT. When they used the JSON file downloaded as an OpenAPI spec from the Jira Align Swagger, they faced several issues due to compatibility and validation errors.
Steps to Reproduce
- Access the Jira Align Swagger
- Access the Swagger.json (https://XXXXX.jiraalign.com/rest/align/api/docs/2/swagger.json)
- Save it as Json
- Use the json file as the OpenAI spec
Expected Results
Users expect to be able to upload the Jira Align Swagger JSON file and use it with ChatGPT through OpenAI without any problems.
Actual Results
The Jira Align Swagger JSON is not designed to function as an OpenAPI spec. When using the JSON file, the following issues are reported:
- The spec was marked as version 3.0.1, which is not compatible with ChatGPT's requirement of 3.1.0 or later.
- It included illegal JSON-Schema elements, such as "required" inside single property definitions.
- There were casing mismatches in required lists, causing validation failures.
- Patterns were misused for prose instead of valid ECMA-262 regex.
- String-length constraints were incorrectly applied to non-string types.
- mentioned in
-
Page Loading...