Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quality requirements with project_id and decision_rationale #46

Closed
marcoriol opened this issue Apr 23, 2019 · 1 comment
Closed

Quality requirements with project_id and decision_rationale #46

marcoriol opened this issue Apr 23, 2019 · 1 comment

Comments

@marcoriol
Copy link
Member

We need to add the project_id and decision_rationale fields in the JSON of a new quality requirement to be inserted into the backlog. The JSON file will look like this (new fields in bold):

{
"issue_summary":"Ratio of fast unit tests should be at least 70%”,
"issue_description":"Ratio of fast unit tests (i.e. Unit tests that takes less than 5 minutes to execute) with respect to the total number of unit tests should be at least the given value in order to improve the testing status of the software system.”,
"issue_type":”Story",
"project_id": "Your backlog project ID (if it is set in the Q-Rapids Dashboard)",
"decision_rationale": "The rationale of the decision"

}

@lidix91
Copy link
Member

lidix91 commented Apr 23, 2019

@AleixBalletbo we need a new attribute in the table "project" to indicate the project id in the backlog tool (alphanumeric) --> new attribute in the table and new field in the project form

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants