-
Bug
-
Resolution: Fixed
-
Major
-
-
Blue Ocean 1.0-rc3, Blue Ocean 1.1, Blue Ocean 1.1, Blue Ocean 1.2-beta1, Blue Ocean 1.2-beta2, Blue Ocean 1.2-beta3, Blue Ocean 1.2, Blue Ocean 1.3, Blue Ocean 1.4 - beta 1, Blue Ocean 1.4 - beta 3, Blue Ocean 1.4 - beta 2, Blue Ocean 1.4 - beta 5
Context
If a input step cannot proceed when approving input an error message is returned from the API but not displayed to the user.
Scope
Show a form error message if we cannot proceed the input.
Example
Jenkinsfile
node { echo 'hello world' input message: "Do you want to approve this job to deploy to production?", ok: "OK", submitter: "admin, B, C" }
Response
{ "message" : "You need to be admin, B, C to submit this", "code" : 400, "errors" : [ ] }
- relates to
-
JENKINS-42921 Error "toast" popup for unhandled errors on the client to do with fetching (500 error class) with opt out
-
- Closed
-
-
JENKINS-42872 Inputs with multiple approvers do not work
-
- Closed
-
- links to
- mentioned in
-
Page Failed to load
[JENKINS-42920] Developer should see error message for failed input step
Epic Link | New: JENKINS-38490 [ 174672 ] |
Rank | New: Ranked higher |
Link |
New:
This issue relates to |
Priority | Original: Major [ 3 ] | New: Critical [ 2 ] |
Issue Type | Original: Story [ 10002 ] | New: Bug [ 1 ] |
Rank | New: Ranked higher |
Sprint | Original: Blue Ocean 1.1 [ 271 ] | New: Blue Ocean 1.0-rc2 [ 261 ] |
Rank | New: Ranked lower |
Assignee | New: Ivan Meredith [ imeredith ] |
Hey Ivan - could be a quick win (but not strictly critical for 1.0)