# Project Management

Sync issues, documentation, support tickets, and project data.

## Issue Tracking

* [Jira](/api-guides/use-cases/feeds/project-management/feed-create-jira.md) - Atlassian Jira issues
* [Linear](/api-guides/use-cases/feeds/project-management/feed-create-linear.md) - Linear issues
* [GitHub Issues](/api-guides/use-cases/feeds/project-management/feed-create-github-issues.md) - GitHub repository issues
* [GitHub Commits](/api-guides/use-cases/feeds/project-management/feed-create-github-commits.md) - GitHub repository commits
* [GitHub Pull Requests](/api-guides/use-cases/feeds/project-management/feed-create-github-pull-requests.md) - GitHub pull requests
* [Trello](/api-guides/use-cases/feeds/project-management/feed-create-trello.md) - Trello boards and cards

## Support & Documentation

* [Zendesk Tickets](https://github.com/graphlit/graphlit-docs/blob/main/api-guides/use-cases/feeds/project-management/feed-create-zendesk.md) - Support tickets
* [Zendesk Articles](/api-guides/use-cases/feeds/project-management/feed-create-zendesk-articles.md) - Help Center articles
* [Notion](/api-guides/use-cases/feeds/project-management/feed-create-notion.md) - Notion pages and databases

[← Back to Feeds](/api-guides/use-cases/feeds.md)


---

# 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.graphlit.dev/api-guides/use-cases/feeds/project-management.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.
