Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Chariyski committed Oct 18, 2015
1 parent 45494c1 commit 17cbecf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,32 @@ Chrome extensions for printing task board cards from JIRA. Useful for developers
Download and Install JSC from [Chrome WebStore](https://chrome.google.com/webstore/detail/jira-cards-for-task-board/pkjkejnmpailbogakjkpoefndabeenek)

## How to use
* Go to your JIRA and login
* Click the extension icon
* Choose a project and version(optional)
* Click "Get issues"
* Go to Configuration page
- Enter JIRA base URL address in the input field
- Choose a project
- If you don't want to repeat the last two steps, pres the 'SAVE' button
* Go to JIRA page
* Choose a sprint

A new tab will be created, in which all the issues of the selected project and version will be visualized(if there are any).
After the cards are loaded, you will be able to change their visual style and print them.

## Features

* Get JIRA issues from certain project and version
* Create printable cards
* Choose between cards templates
* Show/hide different parts of the cards
* Show/hide different task cards in print preview
* Bold/unbold different parts of the cards
* Change the font of cards
* Change the summary font
* Show cards from assignee
* Save options

## Changelog

### [v2.0.0](https://github.com/Chariyski/JIRA-Cards-for-Task-Board/issues?q=is%3Aissue+milestone%3Av2.0.0+is%3Aclosed)
* Redesign of the project using Polymer

### [v1.4.0](https://github.com/Chariyski/JIRA-Cards-for-Task-Board/issues?q=is%3Aissue+milestone%3Av1.4.0+is%3Aclosed)
* Added a new template with tree new fields:
- description
Expand Down
8 changes: 4 additions & 4 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

<a data-route="configuration" href="/configuration">
<iron-icon icon="settings"></iron-icon>
<span>Configuration</span>
<span>Configurations</span>
</a>
</paper-menu>
<!-- Drawer Content /end -->
Expand Down Expand Up @@ -80,7 +80,7 @@

<paper-dropdown-menu
id="jira-sprints-dropdown"
label="Choose sprint"
label="Choose a sprint"
placeholder="downloading ...">

<paper-menu class="dropdown-content" on-click="_handlerForGettingSprintIssues"
Expand Down Expand Up @@ -381,7 +381,7 @@ <h2>Configurations</h2>

<paper-dropdown-menu
id="dropdown-for-jira-projects"
label="Choose project"
label="Choose a project"
on-click="_clickHandlerForSprintRequest"
placeholder="but first enter a JIRA URL address">
<paper-menu class="dropdown-content" selected="{{_projectNumber}}">
Expand All @@ -397,7 +397,7 @@ <h2>Configurations</h2>

<!-- TODO Better way?-->
<div class="button-wrapper">
<paper-button raised on-click="saveUserConfiguration">Save options</paper-button>
<paper-button raised on-click="saveUserConfiguration">Save</paper-button>
</div>

</paper-material>
Expand Down

0 comments on commit 17cbecf

Please sign in to comment.