如何使用 postman 创建 jira 自定义字段

问题描述 投票:0回答:0

我必须像这样创建jira自定义字段 成熟状态、负责任、协作空间 你能帮忙处理 json

{
    "fields": {  
        "project": {
            "key": "MP"
        },
        "description": "Don't forget to do this too.",
        "issuetype": {
            "name": "Epic"
        },    
        "summary": "You must specify a summary of the issue.",
        "customfield_10104":[{
            "value" :{{This is akshay}}
        }]
    }
}
postman jira
© www.soinside.com 2019 - 2024. All rights reserved.