@@ -8,18 +8,18 @@ export class IssueAdjustmentsApps {
88 constructor ( private client : Client ) { }
99
1010 /**
11- * Gets issue adjustments. Issue adjustments can only be retrieved by Forge apps.
11+ * @deprecated Gets issue adjustments. Issue adjustments can only be retrieved by Forge apps.
1212 *
13- * **[Permissions](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#permissions) required:** None.
13+ * **[Permissions](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#permissions) required:** None.
1414 */
1515 async getIssueAdjustments < T = Models . PageIssueAdjustmentDetails > (
1616 parameters : Parameters . GetIssueAdjustments | undefined ,
1717 callback : Callback < T >
1818 ) : Promise < void > ;
1919 /**
20- * Gets issue adjustments. Issue adjustments can only be retrieved by Forge apps.
20+ * @deprecated Gets issue adjustments. Issue adjustments can only be retrieved by Forge apps.
2121 *
22- * **[Permissions](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#permissions) required:** None.
22+ * **[Permissions](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#permissions) required:** None.
2323 */
2424 async getIssueAdjustments < T = Models . PageIssueAdjustmentDetails > (
2525 parameters ?: Parameters . GetIssueAdjustments ,
@@ -43,30 +43,30 @@ export class IssueAdjustmentsApps {
4343 }
4444
4545 /**
46- * Creates an issue adjustment. Issue adjustment can only be created by Forge apps.
46+ * @deprecated Creates an issue adjustment. Issue adjustment can only be created by Forge apps.
4747 *
48- * Each app can define up to 100 issue adjustments. Each issue adjustment can define up to 1000 contexts.
48+ * Each app can define up to 100 issue adjustments. Each issue adjustment can define up to 1000 contexts.
4949 *
50- * **[Permissions](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#permissions) required:**
50+ * **[Permissions](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#permissions) required:**
5151 *
52- * - _None_ if the issue adjustment is created without contexts.
53- * - _Browse projects_ [project permission](https://confluence.atlassian.com/x/yodKLg) for one or more projects, if the
54- * issue adjustment is created with contexts.
52+ * - _None_ if the issue adjustment is created without contexts.
53+ * - _Browse projects_ [project permission](https://confluence.atlassian.com/x/yodKLg) for one or more projects, if the
54+ * issue adjustment is created with contexts.
5555 */
5656 async createIssueAdjustment < T = Models . IssueAdjustmentIdentifiers > (
5757 parameters : Parameters . CreateIssueAdjustment | undefined ,
5858 callback : Callback < T >
5959 ) : Promise < void > ;
6060 /**
61- * Creates an issue adjustment. Issue adjustment can only be created by Forge apps.
61+ * @deprecated Creates an issue adjustment. Issue adjustment can only be created by Forge apps.
6262 *
63- * Each app can define up to 100 issue adjustments. Each issue adjustment can define up to 1000 contexts.
63+ * Each app can define up to 100 issue adjustments. Each issue adjustment can define up to 1000 contexts.
6464 *
65- * **[Permissions](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#permissions) required:**
65+ * **[Permissions](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#permissions) required:**
6666 *
67- * - _None_ if the issue adjustment is created without contexts.
68- * - _Browse projects_ [project permission](https://confluence.atlassian.com/x/yodKLg) for one or more projects, if the
69- * issue adjustment is created with contexts.
67+ * - _None_ if the issue adjustment is created without contexts.
68+ * - _Browse projects_ [project permission](https://confluence.atlassian.com/x/yodKLg) for one or more projects, if the
69+ * issue adjustment is created with contexts.
7070 */
7171 async createIssueAdjustment < T = Models . IssueAdjustmentIdentifiers > (
7272 parameters ?: Parameters . CreateIssueAdjustment ,
@@ -91,30 +91,30 @@ export class IssueAdjustmentsApps {
9191 }
9292
9393 /**
94- * Updates an issue adjustment. Issue adjustment can only be updated by Forge apps.
94+ * @deprecated Updates an issue adjustment. Issue adjustment can only be updated by Forge apps.
9595 *
96- * Each issue adjustment can define up to 1000 contexts.
96+ * Each issue adjustment can define up to 1000 contexts.
9797 *
98- * **[Permissions](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#permissions) required:**
98+ * **[Permissions](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#permissions) required:**
9999 *
100- * - _None_ if the issue adjustment is created without contexts.
101- * - _Browse projects_ [project permission](https://confluence.atlassian.com/x/yodKLg) for one or more projects, if the
102- * issue adjustment is created with contexts.
100+ * - _None_ if the issue adjustment is created without contexts.
101+ * - _Browse projects_ [project permission](https://confluence.atlassian.com/x/yodKLg) for one or more projects, if the
102+ * issue adjustment is created with contexts.
103103 */
104104 async updateIssueAdjustment < T = void > (
105105 parameters : Parameters . UpdateIssueAdjustment ,
106106 callback : Callback < T >
107107 ) : Promise < void > ;
108108 /**
109- * Updates an issue adjustment. Issue adjustment can only be updated by Forge apps.
109+ * @deprecated Updates an issue adjustment. Issue adjustment can only be updated by Forge apps.
110110 *
111- * Each issue adjustment can define up to 1000 contexts.
111+ * Each issue adjustment can define up to 1000 contexts.
112112 *
113- * **[Permissions](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#permissions) required:**
113+ * **[Permissions](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#permissions) required:**
114114 *
115- * - _None_ if the issue adjustment is created without contexts.
116- * - _Browse projects_ [project permission](https://confluence.atlassian.com/x/yodKLg) for one or more projects, if the
117- * issue adjustment is created with contexts.
115+ * - _None_ if the issue adjustment is created without contexts.
116+ * - _Browse projects_ [project permission](https://confluence.atlassian.com/x/yodKLg) for one or more projects, if the
117+ * issue adjustment is created with contexts.
118118 */
119119 async updateIssueAdjustment < T = void > ( parameters : Parameters . UpdateIssueAdjustment , callback ?: never ) : Promise < T > ;
120120 async updateIssueAdjustment < T = void > (
@@ -136,20 +136,20 @@ export class IssueAdjustmentsApps {
136136 }
137137
138138 /**
139- * Deletes an issue adjustment. All the contexts that belong to the issue adjustment are deleted too. Issue adjustment
140- * can only be deleted by Forge apps.
139+ * @deprecated Deletes an issue adjustment. All the contexts that belong to the issue adjustment are deleted too.
140+ * Issue adjustment can only be deleted by Forge apps.
141141 *
142- * **[Permissions](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#permissions) required:** None.
142+ * **[Permissions](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#permissions) required:** None.
143143 */
144144 async deleteIssueAdjustment < T = void > (
145145 parameters : Parameters . DeleteIssueAdjustment ,
146146 callback : Callback < T >
147147 ) : Promise < void > ;
148148 /**
149- * Deletes an issue adjustment. All the contexts that belong to the issue adjustment are deleted too. Issue adjustment
150- * can only be deleted by Forge apps.
149+ * @deprecated Deletes an issue adjustment. All the contexts that belong to the issue adjustment are deleted too.
150+ * Issue adjustment can only be deleted by Forge apps.
151151 *
152- * **[Permissions](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#permissions) required:** None.
152+ * **[Permissions](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#permissions) required:** None.
153153 */
154154 async deleteIssueAdjustment < T = void > ( parameters : Parameters . DeleteIssueAdjustment , callback ?: never ) : Promise < T > ;
155155 async deleteIssueAdjustment < T = void > (
0 commit comments