【问题标题】:Jira Rest API Project creation with screen attached附加屏幕的 Jira Rest API 项目创建
【发布时间】:2021-02-16 18:25:56
【问题描述】:

我正在尝试通过 rest api 在 jira 上创建项目。我想将现有项目的设置附加到新项目,就像我们在从 jira 仪表板创建时所做的那样。

【问题讨论】:

    标签: jira project jira-rest-api


    【解决方案1】:

    我想通了。这种方法在官方文档中没有记载。

    要创建项目,请按原样点击以下 URL(10245 是将其完整设置复制到新项目的项目 ID)以及以下有效负载

     https://*.atlassian.net/rest/project-templates/1.0/createshared/10245
    {
    "name": "Test Name", – bind with Project Name text box
    "key": "TPSTS"  – bind with Project Key text box
    "description": "Test description", – bind with Project Description text box
    "url": "https://www.vfairs.com/", – bind with Event URL text box
    "avatarId": 10497,
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2020-04-28
      • 2014-12-05
      • 2012-05-22
      • 2019-12-21
      相关资源
      最近更新 更多