You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
"identifier": "jiraIssue",
"title": "Jira Issue",
"icon": "Jira",
"schema": {
"properties": {
"url": {
"title": "Issue URL",
"type": "string",
"format": "url",
"description": "URL to the issue in Jira"
},
"status": {
"title": "Status",
"type": "string",
"description": "The status of the issue"
},
"issueType": {
"title": "Type",
"type": "string",
"description": "The type of the issue"
},
"components": {
"title": "Components",
"type": "array",
"description": "The components related to this issue"
},
"assignee": {
"title": "Assignee",
"type": "string",
"format": "user",
"description": "The user assigned to the issue"
},
"reporter": {
"title": "Reporter",
"type": "string",
"description": "The user that reported to the issue",
"format": "user"
},
"creator": {
"title": "Creator",
"type": "string",
"description": "The user that created to the issue",
"format": "user"
},
"priority": {
"title": "Priority",
"type": "string",
"description": "The priority of the issue"
},
"labels": {
"items": {
"type": "string"
},
"title": "Labels",
"type": "array"
},
"created": {
"title": "Created At",
"type": "string",
"description": "The created datetime of the issue",
"format": "date-time"
},
"updated": {
"title": "Updated At",
"type": "string",
"description": "The updated datetime of the issue",
"format": "date-time"
},
"stuff": {
"title": "Stuff",
"description": "The Jira sprint that contains this issue",
"type": "string"
}
},
"required": []
},
"mirrorProperties": {},
"calculationProperties": {},
"aggregationProperties": {},
"relations": {
"project": {
"title": "Project",
"description": "The Jira project that contains this issue",
"target": "jiraProject",
"required": false,
"many": false
},
"parentIssue": {
"title": "Parent Issue",
"target": "jiraIssue",
"required": false,
"many": false
},
"subtasks": {
"title": "Subtasks",
"target": "jiraIssue",
"required": false,
"many": true
}
}
}
The blueprint is the same as the default blueprint but contains an extra property stuff to be able to reproduce this bug.
Note that the project relation is changed to a conditional statement and includes a empty single quote. Next click on resync.
What did you expect to see?
I expect the property or relation to be mapped and be shown on the catalog page of the blueprint. The mapping was tested on JQPlay and using the Test mapping button on the integration mapping page.
What did you see instead?
The property and relation instead is blank and doesn't show anything. This is the case when it is either a property or a relation. Note that when you click on "Test mapping" in the integration mapping page of the "Data sources" page, the property or relation is mapped correctly and also using JQPlay.
The integration logs does not display any error occuring.
Are you willing to submit a PR?
I'm willing to submit a PR!
The text was updated successfully, but these errors were encountered:
Ocean Framework Version
OS: *nix
Ocean Version: 0.10.7
Steps to reproduce
For easy reproduction, I'll be using the Jira integration as a guide but this applies to any integration or mapping configuration.
Steps
Use this as the Jira blueprint:
The blueprint is the same as the default blueprint but contains an extra property
stuff
to be able to reproduce this bug.Note that the
project
relation is changed to a conditional statement and includes a empty single quote. Next click on resync.What did you expect to see?
I expect the property or relation to be mapped and be shown on the catalog page of the blueprint. The mapping was tested on JQPlay and using the Test mapping button on the integration mapping page.
What did you see instead?
The property and relation instead is blank and doesn't show anything. This is the case when it is either a property or a relation. Note that when you click on "Test mapping" in the integration mapping page of the "Data sources" page, the property or relation is mapped correctly and also using JQPlay.
The integration logs does not display any error occuring.
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: