Skip to content

Displays the the combined story points of Jira issues that you have selected

Notifications You must be signed in to change notification settings

nlg8111/jira-selected-story-points

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

jira-selected-story-points

Displays the the combined story points of Jira issues that you have selected

Installation

Just create, or drag a new bookmark with the following code as the URL. javascript: alert("Selected story points: " + jQuery(".ghx-selected [title='Story Points']").map((i, s) => Number(s.innerText)).toArray().reduce((a,s) => a+s));

Usage

Go to your Jira's backlog or active sprint, and select one or more tickets. Press the bookmark, and you will see the following alert box: Selected story points

Dependencies

Your Jira instance has to have jQuery, and your browser should support ES6

Note

Tested on a newish version of Chrome and Safari, and some version of Jira. Your mileage might vary.

About

Displays the the combined story points of Jira issues that you have selected

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published