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
"code:formatting": "npm run replace:permissions:version2 && npm run replace:permissions:version3 && npm run replace:pagination:version2 && npm run replace:pagination:version3 && npm run replace:async:version2 && npm run replace:async:version3 && npm run prettier && npm run lint:fix"
"code:formatting": "npm run replace:permissions:version2 && npm run replace:permissions:version3 && npm run replace:pagination:version2 && npm run replace:pagination:version3 && npm run replace:async:version2 && npm run replace:async:version3 && npm run replace:expansion:version2 && npm run replace:expansion:version3 && npm run prettier && npm run lint:fix"
Copy file name to clipboardExpand all lines: src/version2/models/version.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ import { VersionIssuesStatus } from './versionIssuesStatus';
4
4
/** Details about a project version. */
5
5
exportinterfaceVersion{
6
6
/**
7
-
* Use [expand](#expansion) to include additional information about version in the response. This parameter accepts a
7
+
* Use [expand](https://developer.atlassian.com/cloud/jira/platform/rest/v2/intro/#expansion) to include additional information about version in the response. This parameter accepts a
8
8
* comma-separated list. Expand options include:
9
9
*
10
10
* - `operations` Returns the list of operations available for this version.
0 commit comments