> For the complete documentation index, see [llms.txt](https://changelog.graphlit.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://changelog.graphlit.dev/march-2024/march-23-support-for-linear-github-issues-and-jira-issue-feeds-ingest-files-via-web-feed-sitemap.md).

# 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.
