Misplaced Pages

YouTrack: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Browse history interactively← Previous editNext edit →Content deleted Content addedVisualWikitext
Revision as of 09:10, 20 August 2010 editMuhandes (talk | contribs)Autopatrolled, Extended confirmed users, File movers, IP block exemptions, Pending changes reviewers, Rollbackers, Template editors227,179 editsm moved Youtrack to YouTrack: proper name according to website← Previous edit Revision as of 09:11, 20 August 2010 edit undoMuhandes (talk | contribs)Autopatrolled, Extended confirmed users, File movers, IP block exemptions, Pending changes reviewers, Rollbackers, Template editors227,179 editsm boldNext edit →
Line 14: Line 14:
}} }}


YouTrack is a commercial ]-based ] and ] developed by ]. It focuses on query-based issue search with auto-completion, manipulating issues in batches, and implements a keyboard-centric approach. '''YouTrack''' is a commercial ]-based ] and ] developed by ]. It focuses on query-based issue search with auto-completion, manipulating issues in batches, and implements a keyboard-centric approach.
<ref>{{Cite web |title=JetBrains Releases YouTrack 1.0 Beta |publisher=eWeek <ref>{{Cite web |title=JetBrains Releases YouTrack 1.0 Beta |publisher=eWeek
|url=http://www.eweek.com/c/a/Application-Development/JetBrains-Releases-YouTrack-10-Beta-522530/ |url=http://www.eweek.com/c/a/Application-Development/JetBrains-Releases-YouTrack-10-Beta-522530/

Revision as of 09:11, 20 August 2010

This article contains promotional content. Please help improve it by removing promotional language and inappropriate external links, and by adding encyclopedic text written from a neutral point of view. (Learn how and when to remove this message)
YouTrack
Developer(s)JetBrains
Initial releaseOctober 29, 2009 (2009-10-29)
Stable release2.0 / May 26, 2010 (2010-05-26)
Written inJava via JetBrains MPS
Operating systemCross-platform
TypeBug tracking system
LicenseProprietary
Websitejetbrains.com/youtrack

YouTrack is a commercial World Wide Web-based bug tracker and issue tracking system developed by JetBrains. It focuses on query-based issue search with auto-completion, manipulating issues in batches, and implements a keyboard-centric approach. Originally developed and internally used under the name "Charisma," the product was renamed prior to initial release due to copyright implications.

Architecture

YouTrack is implemented in compliance with the LOP paradigm and is the first commercial product developed using JetBrains MPS and a set of JetBrains' own DSLs . It uses BerkleyDB for entity persistence. For Remote Procedure Calls (RPC), YouTrack supports a RESTful API. YouTrack integrates with a number of source control programs (SCM) such as Subversion, CVS, Clearcase, Visual SourceSafe, Mercurial, Git, and Perforce through TeamCity. It also has an integration with TeamCity, IntelliJ IDEA and supports user authentication with Google Account, Yahoo!, OpenID and LDAP. YouTrack is capable of importing issues from JIRA and Google Code bug tracker. YouTrack provides a Python library for importing issues from other tracking systems.

User Interface

YouTrack's AJAX-based user interface allows both keyboard and mouse interaction. Searching for issues is implemented via human-language-like query syntax and performed from a single search box.

System Requirements and Distribution Types

YouTrack is cross-platform and works on any Java-enabled operating system, including Microsoft Windows, Linux (*nix), Mac OS X and Solaris. It has three distribution types: web archive (.war) which can be deployed to almost any servlet container (Tomcat, Jetty, etc.); runnable Java archive (.jar) which bundles Jetty and is ready to be started without any additional installation; and Windows Installer (.exe) which installs and configures JRE and Tomcat with the deployed YouTrack web archive.

YouTrack RESTful API

YouTrack RESTful API allows developers to perform various actions programmatically, including:

  • Importing existing projects and issues from other bug tracking systems.
  • Creating, modifying, getting all the issues attributes.
  • Manipulating projects, users, groups and roles.

License and Editions

YouTrack is distributed under a commercial license in three editions: Enterprise Edition, Professional Edition, and Starter Edition. The top Enterprise Edition supports unlimited user accounts and projects, as well as LDAP authentication.

References

  1. "JetBrains Releases YouTrack 1.0 Beta". eWeek. Retrieved October 30, 2009.
  2. "JetBrains upgrades YouTrack bug tracker". InfoWorld. Retrieved May 26, 2010.
  3. "Language Oriented Programming:The Next Programming Paradigm" (PDF).
  4. "Evolving Java Without Changing the Language:Custom DSLs". InfoQ.
  5. "Python Client Library".
  6. "JetBrains Releases Bug and Issue Tracking Beta". Dr.Dobb's.
  7. "YouTrack REST API Reference".