We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SCHEDULE /apiv1/issues/:id/jobs
/apiv1/issues/:id/jobs
As an Admin I can schedule the issue for return to triage.
Admin
User Story
{ "id": 1, "at": "2019-04-18", "status": "new", "issue": { "id": 1, "title": "First issue", "description": "This is a description for first issue", "dueDate": "2020-02-02T12:00", "kind": "feature", "days": 2, "status": "in-progress", }, }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SCHEDULE
/apiv1/issues/:id/jobs
As an
Admin
I can schedule the issue for return to triage.User Story
Form Parameters
Response
The text was updated successfully, but these errors were encountered: