Actions
action #90788
opencoordination #162539: [saga][epic] future ideas version for version control features within openQA
coordination #162554: [epic] Direct webUI support for job triggering
openQA jobs with arbitrary parameters can be triggered over the webUI for authenticated users with right permissions (operator+)
Status:
Workable
Priority:
Low
Assignee:
-
Category:
Feature requests
Target version:
QA (public, currently private due to #173521) - future
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Motivation¶
See parent epic #86063
Acceptance criteria¶
- AC1: openQA jobs with arbitrary parameters can be triggered over the webUI for authenticated users with right permissions (operator+)
- AC2: non-operator users are prevented from triggering jobs or do not even see the functionality
Suggestions¶
- use the POST route implemented in #87698 via js
- Within the webUI a POST request could be sent from an authenticated webUI form, e.g. a single simple textfield taking all parameters that the openQA CLIs would also take.
Actions