Blog

xCharts Release Notes 1.6.0

Unable to render {include} The included page could not be found.

Find more Release Notes in our Version History section.

xCharts Release Notes 1.5.2

Release date

 

Release type

MAINTENANCE

HighlightsJira 8 Compatibility

Bug fixes

  • Chart Data Scripts can now be renamed
  • When chart and table are displayed in a gadget, the link was not correctly positioned
  • Creator column in chart overview was empty

Find more Release Notes in our Version History section.

xCharts Release Notes 1.5.1

Release date

 

Release type

MAINTENANCE

Highlights




Improvements

  • Removed iframe when displaying charts in gadgets, improving load time for charts in Jira and Confluence

Bug fixes

  • Fixed - reordering of parameters in scripted charts was not being saved
  • Fixed - an encoding problem when Jira language is set to German
  • Fixed - Footer links were pointing to the wrong charts when saving a new configuration in a gadget
  • Fixed - Description was not saved when saving resources

Find more Release Notes in our Version History section.

xCharts Release Notes 1.5.0

Release date

 

Release type

MAINTENANCE FEATURES

HighlightsImprovements and new features like chart export




New features

  • Support for "Group by project category"
  • Possibility to load groovy and layout scripts from the JIRA_HOME directory
  • Ability to export charts as images
  • Ability to define a target value in several charts
  • Possibility to display Chart data in JSON format underneath the chart

Improvements

  • Time in the status chart: If the highest value is under 1 day, the y-axis unit changes from days to hours
  • When scripting your own charts, navigation between the single sections is now possible with tabs
  • Alphabetical order of charts when selecting them in the xCharts Gadget

Bug fixes

  • Fixed encoding problem causing Unicode texts to be wrongly displayed
  • Changing a picker parameter to a text parameter threw an error
  • Parameters did not always show up when editing scripted charts
  • Customer request type display name wasn't resolved properly


Find more Release Notes in our Version History section.

xCharts Release Notes 1.4.3

Release date

 

Release type

REBRANDING

HighlightsUpdated app icons

Find more Release Notes in our Version History section.

xCharts Release Notes 1.4.2

Release date

 

Release type

IMPROVEMENTS

HighlightsCompatibility with Jira 8.12



Improvements:

  • Group By Picker: when grouping by Epic Link, show Epic Name instead of Epic Summary in the chart.

Find more Release Notes in our Version History section.

xCharts Release Notes 1.4.1

Release date

 

Release type

MAINTENANCE

Highlights

Starting with this version, the Calendar Week parameter is no longer formatted with the default c3.js formatting, that was:

before version 1.4.1
WEEK("CW%W") //week formatting - default c3.js

Replaced with this version:

starting with version 1.4.1
function formatWeek(d)
{
	if (d instanceof Date)
	{
		var momentDate;

		//we need this for checking if the chart is displayed in an iframe (Jira UI) or in a separate window
		var isInIframe = (window === window.parent) ? false : true;

		//use jira moment when available
		if (isInIframe) {
			momentDate = window.parent.moment(d);
		}
		//use included resource for displaying the week in charts to go - requires moment.js as a resource in the JS layout
		else {
			momentDate = moment(d);
		}

		return 'CW' + momentDate.week();
	}
	return '';
}

So if you have scripted charts that are using the Time Picker parameter, please change the layout and add the formatWeek function provided above to it, so that the chart can be properly rendered.



Bug fixes

  • The incorrect week is being returned if the Time Period Picker is set to use the week as an input parameter.
  • Charts are not being loaded in some browsers if opened through a link.

Find more Release Notes in our Version History section.

xCharts Release Notes 1.4.0

Release date

 

Release type

IMPROVEMENTS

Highlights




New features

  • Online help links have been updated to the new xCharts Documentation Site.
  • XCHART-14 - Ability to Copy an existing Chart.
  • Display vertical datelines (grid lines) on chronological charts, configurable via parameters.

Improvements

  • XCHART-16 - Service Desk fields are not displayed nicely when grouping by them.

  • XCHART-17 - Bars should not overlay when displaying larger periods of time.

  • Improved method descriptions in the xCharts-API Javadoc.
  • Preview images for built-in charts on the Chart Templates overview page.
  • Show the "Edit" button directly in the chart browser.
  • Display useful information in the "Time in Status" chart when grouping by "None".
  • Numbers in Charts are formatted according to the user's locale.
  • Added two templates to choose from when creating a Chart Data or Chart Layout Script.
  • Remove the "Please vote for this feature" message from the Charts page in the project overview.


Bug fixes

  • XCHART-15 - Time period value not preserved while editing Time Frame Chart.

  • XCHART-18 - Grouping does not work properly when multiple contexts exist for a custom field.
  • The dashboard background color is not being taken into account.
  • The time Period parameter is always using the default value instead of user selection.

Find more Release Notes in our Version History section.

xCharts Release Notes 1.3.0

Release date

 

Release type

MAINTENANCE

HighlightsJira Software Support



New features

Improvements

  • XCHART-6 - xCharts provides Jira Agile API


Bug fixes

  • several smaller bug fixes

Find more Release Notes in our Version History section.

xCharts Release Notes 1.2.0

Release date

 

Release type

MAINTENANCE

HighlightsThe new checkbox parameter & performance improvements



New features

  • Checkbox Parameter

Improvements

  • Performance improvement by processing issues in blocks - for details, see Block Search scripting tutorial.
  • Mandatory parameters for charts
  • Value Picker for Time Frame chart
  • Business Chart improved - now with parameters

Bug fixes

  • several small bug fixes

Find more Release Notes in our Version History section.

xCharts Release Notes 1.1.5

Release date

 

Release type

MAINTENANCE

HighlightsJira 7.1 Compatibility



Bug fixes

  • Compatibility Jira 7.0 and Jira 7.1
  • Gadget Thumbnail

Find more Release Notes in our Version History section.

xCharts Release Notes 1.1.4

Release date

 

Release type

FEATURES IMPROVEMENTS

HighlightsMore charts, improved editor



New features

  • New charts: 
    • Time in Status Chart
    • Multiple accumulated fields Report
    • Accumulated field Chart
  • Data Center Compatibility
  • More picker for scripted charts
  • Shared JS/CSS resources in templates

Improvements

  • Inline edit of layouts while writing data scripts

Bug fixes

  • Gadget name and permission fix
  • ValueExtractor throws NullPointer on empty field values

Find more Release Notes in our Version History section.

xCharts Release Notes 1.1.3

Release date

 

Release type

MAINTENANCE

Highlights




Bug fixes

  • Show gadgets in confluence correctly
  • Fixed wrong context path on Chart Pages

Find more Release Notes in our Version History section.

xCharts Release Notes 1.1.2

Release date

 

Release type

MAINTENANCE

HighlightsCompatibility with Jira 8.12



Bug fixes

  • Bugfix in ClassLoader Setup to enable the possibility of the use of JDBC drivers
  • Bugfix in the output of Time Periods in DateUtils

Find more Release Notes in our Version History section.

xCharts Release Notes 1.1.1

Release date

 

Release type

MAINTENANCE

HighlightsNew chart & report templates, relative time parameters in templates



New features

  • New built-in charts: Top 10 Commenter, Top 10 Reporter, Release Versions Chart
  • Relative time parameter - choose time relative to the current date, very useful for periodic reports/charts (in Release Versions Chart, Time Frame Chart, Worklog Simple Group By Report)
  • Welcome Page - a preview of xChart capabilities when installing the plugin

Improvements

  • Alphabetical sorting of charts
  • Show default parameters in preview charts
  • Project Page has by default useful project charts
  • removed "Issues in Status" Chart - can be viewed with the Issue Chart


Bug fixes

  • Show Names instead of IDs in Worklog Chart (grouped by user)
  • Render Who's Working by JQL Chart correctly

Find more Release Notes in our Version History section.