-
Notifications
You must be signed in to change notification settings - Fork 4
qrapids backlog Services
qrapids-backlog RESTful services are used to connect the dashboard with a concrete Backlog Tool. The dashoard uses this connection to export the generated QRs.
In order to configure the connection to these services, you need to configure the backlog.url in the application.properties file (detailed information in Dashboard Configuration File)
Example of the REST API endpoint
curl -XPOST <qr-issuetracker URL>/createIssue -H 'Content-Type: application/json' -d '
{
"issue_summary": "QRAPIDS: This is a test issue",
"issue_description": "Lorem ipsum",
"issue_type": "Story"
}'
{
"issue_url": "https://<your jira url>/rest/api/latest/issue/201860",
"issue_id": "RPA-425"
}
This component has been created as a result of the Q-Rapids project funded by the European Union Horizon 2020 Research and Innovation programme under grant agreement No 732253.