> For the complete documentation index, see [llms.txt](https://docs.bugsplat.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bugsplat.com/introduction/development/integrating-with-tools/issue-trackers.md).

# Issue Trackers

{% hint style="warning" %}
Some organizations restrict access to their issue tracker by IP address. If you need to allow access to BugSplat, add the IP addresses [23.22.79.2](https://www.whatismyip.com/23.22.79.2/?iref=home), [3.93.104.250](https://us-east-1.console.aws.amazon.com/ec2/home?region=us-east-1#ElasticIpDetails:AllocationId=eipalloc-0da0d84b88eed6812), and [34.194.164.107](https://us-east-1.console.aws.amazon.com/ec2/home?region=us-east-1#ElasticIpDetails:AllocationId=eipalloc-0cd966956c064a2e4) to your whitelist.
{% endhint %}

BugSplat connects with popular defect trackers, allowing users to create new issues with a few clicks directly from a crash or stack key.

This allows teams to build issues that contain full crash information, like symbolic call stacks, as well as other crash-specific data that can help your team crush bugs faster. Issues created from BugSplat also include hyperlinks that allow users to quickly navigate between issues and the crash or stack key associated with them.

**Note** you can see our doc for automatically creating issues in your defect tracker from BugSplat databases [here](/introduction/development/integrating-with-tools/issue-trackers/automatic-issue-creation.md).

{% content-ref url="/pages/-MeRm\_QW\_0YKfGsAKMST" %}
[Azure DevOps](/introduction/development/integrating-with-tools/issue-trackers/azure-devops.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MeRp\_ze4F1HvmoZNY7R" %}
[GitHub Issues](/introduction/development/integrating-with-tools/issue-trackers/github-issues.md)
{% endcontent-ref %}

{% content-ref url="/pages/mCciyckqm4gBXS1tS5LS" %}
[GitLab](/introduction/development/integrating-with-tools/issue-trackers/gitlab.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MeRmPwjeAY34HTF9ob3" %}
[Jira](/introduction/development/integrating-with-tools/issue-trackers/jira.md)
{% endcontent-ref %}

{% content-ref url="/pages/6nWUxwaYMEvyym07q4sW" %}
[Favro](/introduction/development/integrating-with-tools/issue-trackers/favro.md)
{% endcontent-ref %}

{% content-ref url="/pages/BHocNLPys1J6XtI42UAl" %}
[Monday.com](/introduction/development/integrating-with-tools/issue-trackers/monday.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MeRqI7K25052Hxio3Hi" %}
[YouTrack](/introduction/development/integrating-with-tools/issue-trackers/youtrack.md)
{% endcontent-ref %}

### Additional Features

{% content-ref url="/pages/AsZctUH6CXVz19ZwXSjH" %}
[Automatic Issue Creation for Defect Tracker Integrations](/introduction/development/integrating-with-tools/issue-trackers/automatic-issue-creation.md)
{% endcontent-ref %}


---

# 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.bugsplat.com/introduction/development/integrating-with-tools/issue-trackers.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.
