Skip to content

Commit

Permalink
AU: 1 updated - jetbrains-youtrack
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Dec 22, 2019
1 parent ad37bf6 commit 8fc5fd8
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 20 deletions.
49 changes: 31 additions & 18 deletions automatic/jetbrains-youtrack/jetbrains-youtrack.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>2019.3.62399</version>
<version>2019.3.62973</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand All @@ -47,50 +47,63 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/jetbrains-youtrack</packageSourceUrl>
<docsUrl>https://www.jetbrains.com/help/youtrack/standalone/</docsUrl>
<summary>JetBrains YouTrack - The issue tracker designed for agile software teams</summary>
<description><![CDATA[##JetBrains YouTrack
<description><![CDATA[## JetBrains YouTrack
The issue tracker designed for agile software teams
###ALL IN ONE
### ALL IN ONE
A project management tool that can be adapted to your processes to help you deliver great products. Track tasks and bugs, plan sprints and releases, create workflows, and customize YouTrack for your business processes. Never force your process to fit the limits of a tool again. Unlike other issue trackers, YouTrack can be customized to your needs!
###Be Agile
####Agile Boards
### Be Agile
#### Agile Boards
YouTrack lets you configure an Agile Board for any process you can dream up. Use the Agile boards to support you with your Scrum, Kanban, and mixed processes.
Be Agile your way - create boards with multiple projects, add swimlanes based on user stories, epics, deadlines, or any other fields. See the changes that are applied to the board or in the backlog in real time.
####Planning
#### Planning
Plan the future of your project development with the flexible backlog. Create user stories, feature requests and tasks. Don’t switch between tabs - open the backlog right from the board, edit it and move issues to the sprint.
###Monitor the progress of your product
####Reports
### Monitor the progress of your product
#### Reports
Keep track of your project, team, and personal progress using dozens of predefined reports. See how your issues are distributed over the projects, assignees, and priorities. Check on how you are progressing over time using the timeline reports. Track the estimated and the actual time spent on various activities.
####Dashboards
#### Dashboards
Get an overview of your projects using multiple dashboards and share them with your team. Place reports, markdown notes, and issue lists as widgets or create your own widgets if you're in need of more data!
####Time Management
#### Time Management
Use time management on a per project basis to control the estimated and actual time spent on various activities by each team member and over the whole team. Create time reports and share them with the stakeholders and customers. Plan ahead with your project activities using a Gantt Chart and track your progress as you go, making sure you stay on schedule.
###Bring IDE-style intelligence to your issue tracking
####Smart search
Never get lost in your issues! Find things quickly using the smart search with auto-completion.
### Bring IDE-style intelligence to your issue tracking
#### Smart search
Never get lost in your issues! Find things quickly using the smart search with auto-completion.
For example, `#YouTrack -{Board YouTrack} #unresolved assigned to: me sort by: priority` will find you the unresolved issues that are not on the board assigned to you and will sort the results based on priority. See, how intuitive!
####Commands and shortcuts
#### Commands and shortcuts
Modify multiple issues quickly and efficiently using commands. Speed up your routine operations using shortcuts just like you would in your favorite IDE. Save time and stay focused on what's important.
###Import your projects, users, and issues from Jira and other trackers
Move from [Jira](https://www.jetbrains.com/help/youtrack/standalone/importing-from-jira.html) to YouTrack with one click! Using other trackers? [Check out](https://www.jetbrains.com/help/youtrack/standalone/Migrating-to-YouTrack.html) all the migration options.
### Import your projects, users, and issues from Jira and other trackers
Move from [Jira](https://www.jetbrains.com/help/youtrack/standalone/importing-from-jira.html) to YouTrack with one click! Using other trackers? [Check out](https://www.jetbrains.com/help/youtrack/standalone/Migrating-to-YouTrack.html) all the migration options.
Move to YouTrack and get 25% discount off for any commercial plan!
####Payed software
#### Payed software
This software is free to use for teams up to ten (10) users, for larger teams a [license](https://www.jetbrains.com/youtrack/buy/#edition=standalone) from JetBrains is required.
**Please Note**: This is an automatically updated package. If you find it is
out of date by more than a day or two, please contact the maintainer(s) and
let them know the package is no longer updating correctly.
]]></description>
<!-- =============================== -->

Expand Down
4 changes: 2 additions & 2 deletions automatic/jetbrains-youtrack/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.jetbrains.com/charisma/youtrack-2019.3.62399.msi'
$checksum = '1717d98bae94d10fadd742da88aca005588f6ad05d26cf2d83f4f7a58e2d42de'
$url = 'https://download.jetbrains.com/charisma/youtrack-2019.3.62973.msi'
$checksum = '3ea5ce23e43a4913191776ebbf274f904e6dfe9ec5eaa0d01cd28b5a5edfeb6c'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 8fc5fd8

Please sign in to comment.