Archive for the ‘Uncategorized’ Category

Watch this demo to integrate YouTrack with GitHub

Wednesday, July 20th, 2011

It’s been a while since we’ve introduced native integration with GitHub. Today we invite you to watch a short screencast showing how to set up an integration between YouTrack and GitHub and how to use it in action:

Watch more YouTrack screencasts on JetBrains TV.

Integrate and track with pleasure!
JetBrains YouTrack Team

YouTrack 3.0.2 Is Available!

Wednesday, July 20th, 2011

Please welcome the latest update for the cutest bug tracker - YouTrack 3.0.2, featuring an improved YouTrack Workflow Editor. This build contains important bug fixes along with enhanced workflow functionality, with more workflow samples included in the YouTrack installation.

Custom Workflow enhancements include changes in the administration. We’ve added a new role - Project Admin, which can be used to create/edit and attach workflows to specific project.
To help you get started with workflow customization, we’ve included some useful workflow scenarios in the current build:

YouTrack Hosted 3.0 - Free Use Until Fall’11

Wednesday, July 13th, 2011

Great news just in the nick of time! YouTrack Hosted has successfully migrated to version 3.0 and is open for new registrations. Welcome to Youtrack 3.0 Hosted!

Enjoy all benefits of intelligent bug tracking without taking care of server administration and support. And even better - it’s free! We’ve extended a free beta period for YouTrack Hosted until Fall 2011.

Why should you try YouTrack 3.0 hosted?

First of all, signing up for a hosted YouTrack is the fastest and easiest way to try all the brand new features, and then decide whether to stick with the hosted service - or migrate to stand-alone, if you would like to keep control of your server in your own hands.

And finally, let me tell you what is so great about YouTrack 3.0!

Workflow management is definitely the greatest addition. Finally, YouTrack is able to fully cover all your issue tracking needs, even for the most complicated of processes or the largest of businesses. The problem is solved in a truly intelligent and ‘geeky’ way. You get a dedicated JetBrains style editor enhanced with auto-completion, suggestions, inspections and more, just like your favorite IDE, to create and edit your workflow rules using a custom-made domain-specific language. Please watch this short screencast to get an idea of how custom workflow works in YouTrack. Download YouTrack Workflow Editor and don’t hold yourself back from making your own rules.
There’s much more impressive stuff in the new YouTrack, including the set of issue attributes that can be customized just the way you want; JetBrains’ own database; mailbox integration to create issues right from email; ‘add watcher’ to subscribe other users to issue updates; applying issue commands right from VCS commit comment; import from any bug tracker and integration with GitHub. Please take a look at What’s New In YouTrack 3.0 to get a better overview of all the goodies now available in YouTrack Hosted as well. Get your YouTrack Hosted instance now and continue tracking with more pleasure than ever before!

JetBrains YouTrack Team

YouTrackSharp: A .NET Client for YouTrack

Sunday, June 26th, 2011

On and off I’ve been working on a .NET library that is a wrapper around YouTrack ReST API’s. YouTrack offers quite a lot of possibilities when it comes to interacting with it. I’ve previously blogged about how we can easily create some HTML 5 graphs using nothing but the ReST API and some jQuery. Of course, we could also take advantage of this API from .NET using merely an HTTP client.

YouTrackSharp

What YouTrackSharp brings to the table is a compact interface to work with YouTrack without worrying about things like cookies, URL’s and other HTTP concerns. It abstracts all that way to provide a simple series of classes to work with YouTrack.

Here’s a sample of a command line app I just wrote to make feature logging easier for ReSharper:

var connection = new Connection(”youtrack.jetbrains.net”);

connection.Authenticate(”username”, “password”);

var issueManagement = new IssueManagement(connection);

var issue = new Issue
{
Assignee = “ReSharperProjectManager”,
Summary = summary,
Description = description,
ProjectShortName = “RSRP”,
Type = “Feature”
};

issueManagement.CreateIssue(issue);

Console.WriteLine(”Feature request logged”);

Currently it allows you to Create Issues, Upload Attachments, Get Issues, Apply Commands to issues as well as a bunch of tasks on Projects. I’m adding features as and when I can, so if there’s something you’d like, log it here.

How to use it

YouTrackSharp is available as a NuGet package and source code is available on GitHub. To use it, just do:

install-package YouTrackSharp

You first need to create a Connection object (providing host) and then either a IssueManagement or ProjectManagement based on what you need to do. The classes are simple and the methods should be self explanatory. The project also comes with tests using MSpec which describe many scenarios. If you have any questions, shout!

Ruby

If you are a Ruby developer, know that Anna Zhdan, a colleague at JetBrains, has also started working on a Ruby library for YouTrack, which is available on GitHub

JetBrains Hits a Perfect Three-Pointer With YouTrack 3.0

Wednesday, June 15th, 2011


Please welcome YouTrack 3.0, a fully customizable version of our intelligent issue and bug tracker with a Free Pack now available for small teams.

YouTrack 3.0 introduces two major enhancements: customizable workflow and complete issue attributes customization. With these additions, a team can completely automate the issue life-cycle management based on its specific process needs, while still enjoying an intelligent, extremely usable and developer-oriented issue tracker.

With YouTrack 3.0, now you can:

  • Define your own workflow to automate issue life-cycle management. Watch demo.
  • Customize the set of issue attributes and their values
  • Submit issues by email
  • Automatically close or modify any related issue attributes from VCS Commit Comment
  • Access and handle your issues from your mobile device
  • Add other users to issue watchers list
  • Customize the sidebar to show only the tags and saved searches you need
  • Import existing projects from any bug tracker
  • Manage your issues and projects programmatically with the enhanced YouTrack RESTful API
  • Integrate YouTrack with TestLink, TestRail, and GitHub

Please read What’s New for more details about the new features and enhancements, check the release notes and Download YouTrack 3.0 Free Pack.
For more information on the YouTrack pricing and licensing options, please visit Buy & Upgrade page.

Keep tracking with pleasure!
JetBrains YouTrack Team

Hurry! Only 2 days left in our Easter Sale!

Friday, April 29th, 2011


There are only two days left on this special sale, so…

Don’t miss this last opportunity to get 50% OFF on any YouTrack Edition, and up to 50% OFF on your personal license for your favorite JetBrains IDE(s)!

Develop with pleasure!
-JetBrains Team

Post-Mortem of YouTrack Hosted Availability Issue

Monday, April 25th, 2011

As you already know, YouTrack is hosted at Amazon Elastic Cloud (Amazon Elastic Compute Cloud (N. Virginia)). AWS has been experiencing huge connection problems since Thursday, April 21, 2011 which meant that all YouTrack hosted instances were unavailable.
We would like to provide you with details of the issue we’ve experienced and decisions we had to make to solve the problem fast and effective.
AWS connection problems started on Thursday, April 21, at 10.00 GMT+1. Since it was the first time we were experiencing such a long service unavailability while using Amazon services, we decided to wait till the problem would be solved by Amazon. We’ve been waiting for about 24 hours, and still could not connect to Amazon EBS volumes.
On Friday, April 22, at 9.00 GMT+1, we decided to grab the latest backup we could possibly get from Amazon. It was a backup taken on Thursday, April 21, at 7.00 GMT+1, 3 hours before the connection was broken. Also, we decided to move our servers to another Amazon region (California), which was up and running stable at the moment. It took us around a day to move all servers and start all instances. So, on Friday, April 22, at around 21.00 GMT+1, all YouTrack hosted servers were up and running and all instances were available. According to our statistics, all servers are running normally since Friday night.
Please, contact our technical support if you still have any problems with your YouTrack instance.
Also, please let us know if you would like us to restore your data lost between the backup made and Amazon unavailability (Thursday, April 21, 7.00-10.00 GMT+1) time.
Conclusions: Once again, we apologize for the inconvenience. We’ve done everything possible to solve the problem fast and effective. As this is the fist time Amazon had that huge connection problems, definitely, it’s a good lesson to learn and just the right time to make conclusions. So, based on this experience, we decided to create technology that would prevent us from loosing any data between the backups made. We expect to implement it before the official release of YouTrack hosted.

Sincerely,
JetBrains YouTrack Team

YouTrack Hosted Is Down Due To AWS Connection Issue

Friday, April 22nd, 2011

YouTrack is hosted at Amazon Elastic Cloud and unfortunately it’s been experiencing huge connection problems since Yesterday, which means that all YouTrack hosted instances are unavailable.
You can check AWS status here (Amazon Elastic Compute Cloud (N. Virginia)).
We apologies for inconvenience, and we are planning to move YouTrack hosted servers to another region (California) by the end of the day. So, according to our estimates, your YouTrack hosted instances should be up and running tomorrow.
This is the first time we are experiencing such a long service unavailability while using Amazon services.
JetBrains YouTrack Team

Preview for YouTrack Hosted Pricing Plan

Wednesday, April 20th, 2011


==================
Latest Update (as of December 8th, 2011):
YouTrack InCloud is released and is free to use all winter! We’ve also updated the pricing and extended a free plan up to 9 user accounts.
Check the official YouTrack InCloud Pricing:

Get YouTrack InCloud Free Now>>

Latest Update (as of August 16th, 2011):
We’ve extended a free beta period for YouTrack Hosted until Fall 2011. Enjoy hosted bug tracking free even longer! And it’s not it, we’ve also made some changes to the YouTrack Hosted pricing.
Please take a look
:

Package Included Disk Space Monthly Price Yearly Price
Up to 3 Users/3000 Issues 1 GB FREE FREE
Up to 10 Users + 50 Reporters 10 GB $7 per user $70 per user
Up to 25 Users+ 250 Reporters 20 GB $149 $1,499
Up to 50 Users+500 Reporters 50 GB $249 $2,499
Up to 100 Users+1000 Reporters 50 GB $399 $3,999
Up to 500 Users+5000 Reporters 50 GB $599 $5,999

We will also offer additional 50% OFF Yearly billing! Hurry up, get your YouTrack Hosted now!
==================

YouTrack hosted release is just a few months away, and YouTrack hosted is still in beta and available free until July 1, 2011. Official pricing for this offering will be published on our website in early May, but we’re ready to give you a ‘heads-up’ with some tentative pricing details. So here goes:

Package Included Disk Space Monthly Price Annual Price
Up to 3 Users/3000 Issues 1 GB FREE FREE
Up to 10 Users 10 GB $99 $999
Up to 25 Users 20 GB $199 $1,999
Up to 50 Users 50 GB $299 $2,999
Up to 100 Users 50 GB $399 $3,999
Up to 200 Users 50 GB $599 $5,999

YouTrack hosted will be available to enterprise customers as well. If you would like us to host more than 200 user accounts, please contact us and we’ll provide a solution tailored to your special needs.

Sign up for YouTrack Hosted now and enjoy all the benefits of hosted issue tracking with YouTrack:

  • Full YouTrack functionality + all new features
  • Daily backups
  • Import from other bug trackers using our Python Client Library
  • Automatic migration to hosted production
  • No-effort migration to standalone YouTrack using hosted db backup
  • RESTful API for integration with third party tools

You Track. We Host!
- JetBrains Youtrack Team

Customizable Workflow Is Available In A New Energy EAP Build!

Saturday, April 9th, 2011

Energy release is scheduled for the end of April, which is coming very soon. So, today we’ve got a new Energy build with the customizable workflow available! This is the first try, so your feedback is extremely important for us. Finally, you can define the life cycle of your issues according to your own rules and process needs. For example, you can setup the rule to assign an issue to QA team or specific QA person automatically when issue state is changed to Fixed or To Be Tested, or require to define build number when closing an issue, or setup to receive notifications about issues that haven’t been proceed during specific time period. Generally, customizable workflow combined with the customizable attributes gives you the ability to completely customize your issue tracking process.
Please, refer to Workflow Overview page to read more about YouTrack Workflow. Note, that Before you start creating or editing workflows, you should download and install YouTrack Workflow Editor. Watch demo and read more to get familiar with workflow editor.

YouTrack Workflow Editor

YouTrack Workflow Editor

Related Issues:

  1. Support custom workflow and custom issue fields schema.
  • Customizable attributes. We’ve implemented multiple enhancements to let you customize and use issue attributes as easy and fast as possible. Now you can add aliases to your custom attributes, use wizard to create Project Custom Field, change the order of visible issue attributes, and etc.
    Related Issues:

    1. Aliases for custom fields.
    2. Create a wizard for Project Custom Field.
    3. Provide drag-and-drop for versions ordering.
    4. Make possible to add more than one assignee.
    5. Provide ability to change order of visible properties on issues list.
      1. Submit issues and feature requests in our bug tracker.
      2. Speak out at our community forum.
      3. Submit private feedback using our feedback form.
      4. Rate individual EAP builds right on the YouTrack EAP Builds page.
    6. Please, refer to the the full issues list included in the current build for more details, download it, and share your feedback with us:

      Keep tracking with pleasure!
      JetBrains YouTrack Team