issue-tracking.md 701 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
---
name: Issue Tracking
route: /Issue-Tracking
menu: Project Info
submenu: Issue Tracking
---

import  themen  from 'theme/styles/styled-colors';
import  * as theme  from 'react-syntax-highlighter/dist/esm/styles/hljs';
import SyntaxHighlighter from 'react-syntax-highlighter';

# Overview


* This project uses [JIRA](http://www.atlassian.com/software/jira) a J2EE-based, issue tracking and project management application.


# Issue Tracking
* Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.

<SyntaxHighlighter wrapLines={true} language="html" style={theme.dark}>
 {`https://issues.apache.org/jira/browse/ATLAS`}
</SyntaxHighlighter>