> For the complete documentation index, see [llms.txt](https://docs.go-atlassian.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.go-atlassian.io/cookbooks.md).

# Cookbooks

- [Export Issue History](https://docs.go-atlassian.io/cookbooks/export-issue-history.md)
- [Create Jira Issue](https://docs.go-atlassian.io/cookbooks/create-jira-issue.md)
- [Extract customfields from issue(s)](https://docs.go-atlassian.io/cookbooks/extract-customfields-from-issue-s.md)
- [Upload Content Attachment](https://docs.go-atlassian.io/cookbooks/upload-content-attachment.md)
- [Create Jira ITSM Request](https://docs.go-atlassian.io/cookbooks/create-jira-itsm-request.md)
- [Edit Jira Issue (Explicit)](https://docs.go-atlassian.io/cookbooks/edit-jira-issue-explicit.md)
- [Edit Jira Issue (Implicit)](https://docs.go-atlassian.io/cookbooks/edit-jira-issue-implicit.md)
- [Create Jira Workflow](https://docs.go-atlassian.io/cookbooks/create-jira-workflow.md)
- [Add CustomField to Screen](https://docs.go-atlassian.io/cookbooks/add-customfield-to-screen.md)
- [Search Project Boards](https://docs.go-atlassian.io/cookbooks/search-project-boards.md)
- [Get User Last-Login Info](https://docs.go-atlassian.io/cookbooks/get-user-last-login-info.md)
- [Remove User Access](https://docs.go-atlassian.io/cookbooks/remove-user-access.md)
- [Suspend User Access](https://docs.go-atlassian.io/cookbooks/suspend-user-access.md)
- [Restore User Access](https://docs.go-atlassian.io/cookbooks/restore-user-access.md)
- [Extract Project Administrators](https://docs.go-atlassian.io/cookbooks/extract-project-administrators.md)
- [Search Jira User By Email](https://docs.go-atlassian.io/cookbooks/search-jira-user-by-email.md)
- [Search Contents By CQL](https://docs.go-atlassian.io/cookbooks/search-contents-by-cql.md)
- [Cascade Permissions from Parent to Child](https://docs.go-atlassian.io/cookbooks/cascade-permissions-from-parent-to-child.md)
- [Page Permission Helper](https://docs.go-atlassian.io/cookbooks/page-permission-helper.md)
- [Atlassian SCIM Onboarding](https://docs.go-atlassian.io/cookbooks/atlassian-scim-onboarding.md)
- [Create User via SCIM](https://docs.go-atlassian.io/cookbooks/create-user-via-scim.md)
- [Issue Permission Helper](https://docs.go-atlassian.io/cookbooks/issue-permission-helper.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.go-atlassian.io/cookbooks.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
