Jira
Rest API
- v2
- Get comments
curl -s -L -X GET \ --url 'https://de.vicp.net:6586/rest/api/2/issue/KS-184/comment' \ -H "Authorization: Bearer $(get_mask_password jira-admin-person-access-token)" \ --header 'Accept: application/json'
- Get all projects
curl -s -L -X GET \ --url 'https://de.vicp.net:6586/rest/api/latest/project' \ -H "Authorization: Bearer $(get_mask_password jira-admin-person-access-token)" \ -H 'Accept: application/json'
- issue type
curl -s -L -X GET -H "Authorization: Bearer $(get_mask_password jira-admin-person-access-token)" --url 'https://de.vicp.net:6586/rest/api/latest/issuetype'
- webhook
curl -s -L -X GET -H "Authorization: Bearer $(get_mask_password jira-admin-person-access-token)" --url 'https://de.vicp.net:6586/rest/api/2/webhook/failed'