Create jira-unauthenticated-screens.yaml
parent
a5068ad95e
commit
0d98ff0dd4
|
@ -0,0 +1,32 @@
|
||||||
|
id: jira-unauthenticated-screens
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Jira Unauthenticated Access to screens
|
||||||
|
reference: https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-screens/#api-rest-api-2-screens-get
|
||||||
|
author: TESS
|
||||||
|
severity: info
|
||||||
|
tags: atlassian,jira
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- method: GET
|
||||||
|
path:
|
||||||
|
- "{{BaseURL}}/rest/api/api/2/screens"
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
words:
|
||||||
|
- 'id'
|
||||||
|
- 'name'
|
||||||
|
- 'description'
|
||||||
|
- 'self'
|
||||||
|
condition: and
|
||||||
|
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
||||||
|
|
||||||
|
- type: word
|
||||||
|
part: header
|
||||||
|
words:
|
||||||
|
- "atlassian.xsrf.token"
|
Loading…
Reference in New Issue