<legend id="h4sia"></legend><samp id="h4sia"></samp>
<sup id="h4sia"></sup>
<mark id="h4sia"><del id="h4sia"></del></mark>

<p id="h4sia"><td id="h4sia"></td></p><track id="h4sia"></track>

<delect id="h4sia"></delect>
  • <input id="h4sia"><address id="h4sia"></address>

    <menuitem id="h4sia"></menuitem>

    1. <blockquote id="h4sia"><rt id="h4sia"></rt></blockquote>
      <wbr id="h4sia">
    2. <meter id="h4sia"></meter>

      <th id="h4sia"><center id="h4sia"><delect id="h4sia"></delect></center></th>
    3. <dl id="h4sia"></dl>
    4. <rp id="h4sia"><option id="h4sia"></option></rp>

        Page tree
        Skip to end of metadata
        Go to start of metadata

        背景

        提供根据人员参数来获得指定人员在JIRA系统中浏览哪些项目的一个接口


        接口

        /rest/custom/1.0/project/list/{username}

        方法

        GET

        返回结果

        [
            {
                "id":10000,
                "key":"DEMO",
                "name":"DEMO",
                "description":"",
                "leader":"admin"
            },
            {
                "id":10001,
                "key":"DEMO1",
                "name":"DEMO1",
                "description":"",
                "leader":"hktx"
            }
        ]
        
        

        说明

        参数说明
        id数字项目在系统中的ID值
        key字串项目当前的编号
        name字串项目名称
        description字串项目的描述
        leader字串项目lead的账户
        category字串项目的类别
        • No labels