<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>

        Versions Compared

        Key

        • This line was added.
        • This line was removed.
        • Formatting was changed.

        ...

        另外,在本次发布的版本中,我们提供了问题查询的两个针对项目和需求的进展状态的查询方法,大家可以在查询的时候通过这些方法精确的查询并导出来。

        方法名称使用方法举例
        JzztInProject("项目进展状态")

        通过此方法,查询属于Gears-项目的项目适合的项目进展状态内容

        项目进展状态目前为:none,正常,有风险,延迟四个值

        如,我们要在问题的搜索菜单中查询项目进展状态为:有风险,延迟的所有项目,我们可以这么写

         project = GEARS  and issuetype = GEARS-项目 and resolved  is EMPTY and JzztInProject(有风险,延迟)

        JzztInRequire("需求进展状态")

        通过此方法,查询属于Gears-需求的需求适合的需求进展状态内容

        需求进展状态目前为:none,正常,有风险,延迟四个值

        如,我们要在问题的搜索菜单中查询需求进展状态为:有风险,延迟的所有需求,我们可以这么写

         project = GEARS  and issuetype = GEARS-需求 and resolved  is EMPTY and JzztInRequire(有风险,延迟)