curl --location --request GET 'https://testforgeplus.trustie.net/api/v1///issue_priorities.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79'{
"total_count": 5,
"priorities": [
{
"id": 1,
"name": "低"
},
{
"id": 2,
"name": "正常"
},
{
"id": 3,
"name": "高"
},
{
"id": 4,
"name": "紧急"
},
{
"id": 5,
"name": "立刻"
}
]
}