Skip to content

Commit 99f2d69

Browse files
labudisCopilot
andauthored
Add GraphQL API links to issue fields documentation (#60209)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent b4e0349 commit 99f2d69

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

content/issues/tracking-your-work-with-issues/using-issues/adding-and-managing-issue-fields.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,5 +82,6 @@ For more information, see [AUTOTITLE](/issues/tracking-your-work-with-issues/usi
8282

8383
Issue fields have full REST and GraphQL API support. You can automate field management, set values programmatically, and integrate with external tools.
8484

85-
- **Managing fields**: Create, update, and delete organization-level fields. See the [Organization issue fields REST API](/rest/orgs/issue-fields).
86-
- **Using fields**: Get, set, and clear field values on individual issues. See the [Issue field values REST API](/rest/issues/issue-field-values).
85+
* **Managing fields**: Create, update, and delete organization-level fields. See the [Organization issue fields REST API](/rest/orgs/issue-fields).
86+
* **Using fields**: Get, set, and clear field values on individual issues. See the [Issue field values REST API](/rest/issues/issue-field-values).
87+
* **GraphQL**: Issue field types and mutations are also available via GraphQL. See the [`IssueFields` union](/graphql/reference/unions#issuefields), [issue field objects](/graphql/reference/objects#issuefieldtext) (such as `IssueFieldText`, `IssueFieldSingleSelect`, `IssueFieldNumber`, and `IssueFieldDate`), and [mutations](/graphql/reference/mutations#createissuefield) (such as `createIssueField`, `updateIssueField`, and `setIssueFieldValue`).

0 commit comments

Comments
 (0)