Skip to content
Snippets Groups Projects
Unverified Commit a2a7ddfc authored by Evan Read's avatar Evan Read Committed by GitLab
Browse files

Merge branch 'nrosandich-master-patch-30001' into 'master'

Update release_evidence example

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169525



Merged-by: default avatarEvan Read <eread@gitlab.com>
Approved-by: default avatarEvan Read <eread@gitlab.com>
Co-authored-by: default avatarNate Rosandich <nrosandich@gitlab.com>
parents 66128086 31924672
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -48,24 +48,7 @@ Here is an example of a release evidence object:
"state": "closed",
"due_date": "2019-05-12 12:00:00 UTC",
"created_at": "2019-04-17 15:45:12 UTC",
"issues": [
{
"id": 82,
"title": "The top-right popup is broken",
"author_name": "John Doe",
"author_email": "john@doe.com",
"state": "closed",
"due_date": "2019-05-10 12:00:00 UTC"
},
{
"id": 89,
"title": "The title of this page is misleading",
"author_name": "Jane Smith",
"author_email": "jane@smith.com",
"state": "closed",
"due_date": "nil"
}
]
"description": "milestone description",
},
{
"id": 12,
Loading
Loading
@@ -73,7 +56,7 @@ Here is an example of a release evidence object:
"state": "closed",
"due_date": "2019-05-30 18:30:00 UTC",
"created_at": "2019-04-17 15:45:12 UTC",
"issues": []
"description": "milestone description",
}
],
"report_artifacts": [
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment