You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/agile/board.ts
+24-26
Original file line number
Diff line number
Diff line change
@@ -50,13 +50,12 @@ export class Board {
50
50
* <code>location</code> must include the <code>type</code> property (Valid values: project, user). If choosing
51
51
* 'project', then a project must be specified by a <code>projectKeyOrId</code> property in <code>location</code>. If
52
52
* choosing 'user', the current user is chosen by default. The <code>projectKeyOrId</code> property should not be
53
-
* provided. </li> </ul> <p> Note: <ul>
54
-
* <li>
55
-
* If you want to create a new project with an associated board, use the <a href="https://docs.atlassian.com/jira/REST/latest">Jira platform REST API</a>.
56
-
* For more information, see the <a href="#api-rest-api-<ver>-project-post">Create project</a> method.
57
-
* The <code>projectTypeKey</code> for software boards must be 'software' and the <code>projectTemplateKey</code> must be either
58
-
* <code>com.pyxis.greenhopper.jira:gh-kanban-template</code> or <code>com.pyxis.greenhopper.jira:gh-scrum-template</code>.
59
-
* </li>
53
+
* provided. </li> </ul> <p> Note: <ul> <li> If you want to create a new project with an associated board, use the <a
54
+
* href="https://docs.atlassian.com/jira/REST/latest">Jira platform REST API</a>. For more information, see the <a
55
+
* href="#api-rest-api-<ver>-project-post">Create project</a> method. The <code>projectTypeKey</code> for software
56
+
* boards must be 'software' and the <code>projectTemplateKey</code> must be either
57
+
* <code>com.pyxis.greenhopper.jira:gh-kanban-template</code> or
* You can create a filter using the <a href="https://docs.atlassian.com/jira/REST/latest">Jira REST API</a>.
62
61
* For more information, see the <a href="#api-rest-api-<ver>-filter-post">Create filter</a> method.
@@ -76,13 +75,12 @@ export class Board {
76
75
* <code>location</code> must include the <code>type</code> property (Valid values: project, user). If choosing
77
76
* 'project', then a project must be specified by a <code>projectKeyOrId</code> property in <code>location</code>. If
78
77
* choosing 'user', the current user is chosen by default. The <code>projectKeyOrId</code> property should not be
79
-
* provided. </li> </ul> <p> Note: <ul>
80
-
* <li>
81
-
* If you want to create a new project with an associated board, use the <a href="https://docs.atlassian.com/jira/REST/latest">Jira platform REST API</a>.
82
-
* For more information, see the <a href="#api-rest-api-<ver>-project-post">Create project</a> method.
83
-
* The <code>projectTypeKey</code> for software boards must be 'software' and the <code>projectTemplateKey</code> must be either
84
-
* <code>com.pyxis.greenhopper.jira:gh-kanban-template</code> or <code>com.pyxis.greenhopper.jira:gh-scrum-template</code>.
85
-
* </li>
78
+
* provided. </li> </ul> <p> Note: <ul> <li> If you want to create a new project with an associated board, use the <a
79
+
* href="https://docs.atlassian.com/jira/REST/latest">Jira platform REST API</a>. For more information, see the <a
80
+
* href="#api-rest-api-<ver>-project-post">Create project</a> method. The <code>projectTypeKey</code> for software
81
+
* boards must be 'software' and the <code>projectTemplateKey</code> must be either
82
+
* <code>com.pyxis.greenhopper.jira:gh-kanban-template</code> or
* You can create a filter using the <a href="https://docs.atlassian.com/jira/REST/latest">Jira REST API</a>.
88
86
* For more information, see the <a href="#api-rest-api-<ver>-filter-post">Create filter</a> method.
@@ -228,12 +226,12 @@ export class Board {
228
226
* for the board, in the order defined in the column configuration. For each column, it shows the issue status mapping
229
227
* as well as the constraint type (Valid values: none, issueCount, issueCountExclSubs) for the min/max number of
230
228
* issues. Note, the last column with statuses mapped to it is treated as the "Done" column, which means that issues
231
-
* in that column will be marked as already completed.</li> <li><code>estimation</code> (Scrum only) - Contains information about type of estimation used for the board. Valid values: none, issueCount, field.
232
-
* If the estimation type is "field", the ID and display name of the field used for estimation is also returned.
233
-
* Note, estimates for an issue can be updated by a PUT /rest/api/~ver~/issue/{issueIdOrKey} request, however the fields must be on the screen.
234
-
* "timeoriginalestimate" field will never be on the screen, so in order to update it "originalEstimate" in "timetracking" field should be updated.
235
-
* </li>
236
-
* <li><code>ranking</code> - Contains information about custom field used for ranking in the given board.</li>
229
+
* in that column will be marked as already completed.</li> <li><code>estimation</code> (Scrum only) - Contains
230
+
* information about type of estimation used for the board. Valid values: none, issueCount, field. If the estimation
231
+
* type is "field", the ID and display name of the field used for estimation is also returned. Note, estimates for an
232
+
* issue can be updated by a PUT /rest/api/~ver~/issue/{issueIdOrKey} request, however the fields must be on the
233
+
* screen. "timeoriginalestimate" field will never be on the screen, so in order to update it "originalEstimate" in
234
+
* "timetracking" field should be updated. </li> <li><code>ranking</code> - Contains information about custom field used for ranking in the given board.</li>
237
235
* </ul>
238
236
*/
239
237
asyncgetConfiguration<T=Models.GetConfiguration>(
@@ -249,12 +247,12 @@ export class Board {
249
247
* for the board, in the order defined in the column configuration. For each column, it shows the issue status mapping
250
248
* as well as the constraint type (Valid values: none, issueCount, issueCountExclSubs) for the min/max number of
251
249
* issues. Note, the last column with statuses mapped to it is treated as the "Done" column, which means that issues
252
-
* in that column will be marked as already completed.</li> <li><code>estimation</code> (Scrum only) - Contains information about type of estimation used for the board. Valid values: none, issueCount, field.
253
-
* If the estimation type is "field", the ID and display name of the field used for estimation is also returned.
254
-
* Note, estimates for an issue can be updated by a PUT /rest/api/~ver~/issue/{issueIdOrKey} request, however the fields must be on the screen.
255
-
* "timeoriginalestimate" field will never be on the screen, so in order to update it "originalEstimate" in "timetracking" field should be updated.
256
-
* </li>
257
-
* <li><code>ranking</code> - Contains information about custom field used for ranking in the given board.</li>
250
+
* in that column will be marked as already completed.</li> <li><code>estimation</code> (Scrum only) - Contains
251
+
* information about type of estimation used for the board. Valid values: none, issueCount, field. If the estimation
252
+
* type is "field", the ID and display name of the field used for estimation is also returned. Note, estimates for an
253
+
* issue can be updated by a PUT /rest/api/~ver~/issue/{issueIdOrKey} request, however the fields must be on the
254
+
* screen. "timeoriginalestimate" field will never be on the screen, so in order to update it "originalEstimate" in
255
+
* "timetracking" field should be updated. </li> <li><code>ranking</code> - Contains information about custom field used for ranking in the given board.</li>
0 commit comments