# March 23: Support for Linear, GitHub Issues and Jira issue feeds, ingest files via Web feed sitemap

### New Features

* :bulb: Graphlit now supports [Linear](https://docs.graphlit.dev/graphlit-data-api/api-reference/feeds/issue-feeds/create-linear-feed), [GitHub Issues](https://docs.graphlit.dev/graphlit-data-api/api-reference/feeds/issue-feeds/create-github-issues-feed) and [Atlassian Jira](https://docs.graphlit.dev/graphlit-data-api/api-reference/feeds/issue-feeds/create-jira-feed) feeds.  Graphlit will ingest issues (aka tasks, stories) from these issue-tracking services as individual content items, which will be made searchable and conversational.
* :bulb: Added support for `ISSUE`content type, which includes metadata such as title, authors, commenters, status, type, project and team.
* :bulb: Added support for default feed read limit.  Now, if you don't specify the `readLimit` property on feeds, it will default to reading 100 content items.  You can override this default by assigning a custom read limit, which has no upper bounds.  However, one-shot feeds much complete within 15 minutes, or they will be stopped automatically.
* Added support for ingesting files referenced in a Web sitemap.  Previously any files (i.e. PDF, MP3) referenced in a sitemap.xml would be ignored.  Now you can optionally enable `includeFiles` in the `WebFeedPropertiesInput` object to have Graphlit ingest non-HTML pages as part of the Web feed.

### Bugs Fixed

* GPLA-2374: Failed to ingest MP4 with large XMP metadata.


---

# 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://changelog.graphlit.dev/march-2024/march-23-support-for-linear-github-issues-and-jira-issue-feeds-ingest-files-via-web-feed-sitemap.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.
