# POST FUNCTIONS

- [Create Work Item - Post Function](https://docs.forgappify.com/workflow-building-blocks-for-jira/post-functions/create-work-item-post-function.md): Automatically create and link Jira work items during transitions, including parent–child relationships, regular links, and value copying from trigger or parent items.
- [Edit Work Item - Post Function](https://docs.forgappify.com/workflow-building-blocks-for-jira/post-functions/edit-work.md): The Edit Work Item post function allows you to automatically modify issue fields during a workflow transition.
- [Transition Work Items - Post Function](https://docs.forgappify.com/workflow-building-blocks-for-jira/post-functions/transition-work-items.md): Automatically transition the current issue or related issues (parent, child, or linked) to the next available status in the workflow after a transition.


---

# Agent Instructions: 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:

```
GET https://docs.forgappify.com/workflow-building-blocks-for-jira/post-functions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
