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 27, 2018
1 parent 20139a0 commit e4cb82e
Showing 1 changed file with 43 additions and 37 deletions.
80 changes: 43 additions & 37 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>0.0</version>
<version>2018.4</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; BooBoo</owners>
<!-- ============================== -->
Expand All @@ -44,48 +44,54 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<releaseNotes>https://blog.jetbrains.com/youtrack/category/release/</releaseNotes>
<licenseUrl>https://www.jetbrains.com/store/license.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<packageSourceUrl>https://github.com/mkevenaar/chocolatey-packages/tree/master/automatic/jetbrains-rider</packageSourceUrl>
<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>JetBrains-YouTrack

### Package Specific
#### Installer Properties
The following install arguments can be passed:
* `JB_OLD_CONF_RADIO_BUTTON`
* `ALLUSERS`
* `REINSTALLMODE`
* `DESIRED_RAM_SIZE`
* `JB_PRODUCT_UPGRADE_MINIMAL_VERSION`
* `JB_PRODUCT_FIRST_YEAR_BASED_VERSION`
* `JB_SHORT_PRODUCT_NAME`
* `GENERATE_RANDOM_LENGTH`
* `FEED_BACK_PAGE`
* `APPLICATIONFOLDER`
* `GENERATE_RANDOM_RESULT`
* `JB_HOST`
* `JB_LISTEN_ADDRESS`
* `JB_OLD_CONF_EXISTS`
* `JB_PRODUCT_APPDATA_ROOT_FOLDER`
* `JB_WEB_CONTEXT`
* `JB_WIZARD_TOKEN`
* `JBACTUALDAPPDATAROOT`
* `JBDESTFOLDER`
* `JBFOLDERTOMOVE`
* `JBLISTENPORT`
* `JBPREDEFINEDAPPDATAROOT`
* `PRODUCTURL`
* `JBFREEPORT`
* `DATAROOTDIRECTORY`

To append install arguments to the current silent arguments passed to the installer, use `--install-arguments="''"` or `--install-arguments-sensitive="''"`. To completely override the silent arguments with your own, also pass `--override-arguments`.
Example: `choco install packageId [other options] --install-arguments="'PROPERTY=value PROPERTY2=value2'"`
To have choco remember parameters on upgrade, be sure to set `choco feature enable -n=useRememberedArgumentsForUpgrades`.
<description><![CDATA[##JetBrains YouTrack
The issue tracker designed for agile software teams
###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
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
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
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
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
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.
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
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.
Move to YouTrack and get 25% discount off for any commercial plan!
####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>
]]></description>
<!-- =============================== -->

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
Expand Down

0 comments on commit e4cb82e

Please sign in to comment.