extension ExtPose

JIRA Total Board (delisted)

CRX id

lakifbfoaoncjjcinclbfegedhmhndhd-

Description from extension meta

JIRA Total Bord (by Amit Shvil)

Image from store JIRA Total Board
Description from store Add total story point for your jira scrum 1.Total on bord 2.Total of each columns

Latest reviews

  • (2020-08-25) Сергей В.: Doesn't work on jira server

Latest issues

  • (2019-07-05, v:0.0.132) Deryk Agnew: Plugin currently doesn't work with Jira version 7.13.3
    Plugin used to work perfectly on older versions of Jira but it stopped working after an upgrade to Jira 7.13.3. To get it to work again, I changed the following in jira-scrum.js function sumCol(colId) { var total = 0; $('.ghx-column[data-column-id=' + colId + ']').each(function () { // for each card in that column // OLD //$(this).find('.aui-badge').each(function () { //NEW remove the "." $(this).find('aui-badge').each(function () { var storyPoint = this.textContent || this.innerText; if (isNumeric(storyPoint)) { total += parseFloat(this.innerText); } }) }); return total; }
  • (2017-03-24, v:0.0.132) Doesn't work with the newest JIRA version
    After JIRA pushed an update a few months ago, the extension stopped working. It shows 0.0 next each columns name when there are a bunch of estimated stories in each column

Statistics

Installs
33 history
Category
Rating
0.0 (0 votes)
Last update / version
2017-01-09 / 0.0.132
Listing languages
en

Links