28
How-to Guide Tracking project milestones for JIRA issues using the Table Grid Editor

Tge how-to-add-project-milestone-tracking-in-jira-issues

Embed Size (px)

Citation preview

Page 1: Tge how-to-add-project-milestone-tracking-in-jira-issues

How-to GuideTracking project milestones for JIRA issues

using the Table Grid Editor

Page 2: Tge how-to-add-project-milestone-tracking-in-jira-issues

FEATURES COVERED

Page 3: Tge how-to-add-project-milestone-tracking-in-jira-issues

Add a Table with Project Milestones to JIRA Issues

Page 4: Tge how-to-add-project-milestone-tracking-in-jira-issues

Find Projects that are Starting Late

Page 5: Tge how-to-add-project-milestone-tracking-in-jira-issues

FOLLOW THESE STEPS TO ADD THE TABLE GRID TO YOUR JIRA ISSUES

Page 6: Tge how-to-add-project-milestone-tracking-in-jira-issues

In JIRA AdministratorAdd a custom field

Page 7: Tge how-to-add-project-milestone-tracking-in-jira-issues

Select Table Grid Editor and click next

Page 8: Tge how-to-add-project-milestone-tracking-in-jira-issues

Give a name and description to the Table Grid Editor. For example, if you are going to use the Table Grid Editor to store offers made to the customer, you can call it Quotes.

Page 9: Tge how-to-add-project-milestone-tracking-in-jira-issues

Select the screen(s) on which you want to include the Quotes.

Page 10: Tge how-to-add-project-milestone-tracking-in-jira-issues

Go to the relevant screen and you will find your Table Grid Editor

Page 11: Tge how-to-add-project-milestone-tracking-in-jira-issues

Now we will configure the Table Grid

Page 12: Tge how-to-add-project-milestone-tracking-in-jira-issues

Within JIRA Administratora) Goto Custom Fieldsb) Hit configure

Page 13: Tge how-to-add-project-milestone-tracking-in-jira-issues

Click Edit Default Value

Page 14: Tge how-to-add-project-milestone-tracking-in-jira-issues

Let’s configure The Table Grid Editor for Quotes

Page 15: Tge how-to-add-project-milestone-tracking-in-jira-issues

Download the configuration fileused in this example

Continue this presentation for the Explanation of the configuration file

Download

Page 16: Tge how-to-add-project-milestone-tracking-in-jira-issues

gd.tablename=projectschedulegd.ds=jiragd.visiblerows = autogd.delete.confirmation = true

Name of the table in databaseWhere the table content is stored (datasource)

1. Basic Table Grid configuration and where to store its contents

How many rows are visible in one page; auto= table grid decides

Ask for confirmation before deleting a set of rows

Page 17: Tge how-to-add-project-milestone-tracking-in-jira-issues

gd.columns=InternalMilestone, Planned, ActualStartDate, mComment

Column Identifiers

2. Define the column specifications

Page 18: Tge how-to-add-project-milestone-tracking-in-jira-issues

gd.columns=InternalMilestone, Planned, ActualStartDate, mComment

3. Let’s define the first column : Nr

col.InternalMilestone= Internal Milestonecol.InternalMilestone.type = listcol.InternalMilestone.width=190col.InternalMilestone.defaultSort = Ascendingcol.InternalMilestone.defaultvalue=1. Use Case Outline

Column header name

Column type, “list” = elements in a dropdown boxCheck next page for available types Order the column

ascending

Width of column expressed in pixels

Default value when adding new rows

Page 19: Tge how-to-add-project-milestone-tracking-in-jira-issues

Supported Column Types

list

date

col.name.type = ( checkbox | date | integer | list | number | radio | sequence | string | textarea )

radio

textarea

Some Examples:

String

Page 20: Tge how-to-add-project-milestone-tracking-in-jira-issues

gd.columns=InternalMilestone, Planned, ActualStartDate, mComment

4. Let’s define next columns : Planned start date andActual start date

col.Planned= Planned Start Datecol.Planned.type = date

col.ActualStartDate = Actual Start Datecol.ActualStartDate.type = date

Column header name Column type,

“date” = shows a date selector when editing

Page 21: Tge how-to-add-project-milestone-tracking-in-jira-issues

gd.columns=InternalMilestone, Planned, ActualStartDate, mComment

5. Let’s define the Comment column

col.mComment=Commentcol.mComment.type = stringcol.mComment.width=180 col.mComment.maxLength=40

Column header name

Column type, “string” = Plain text type

Width of column expressed in pixels

Allow max length of 40 characters

Page 22: Tge how-to-add-project-milestone-tracking-in-jira-issues

How to find all projectare starting late

Page 23: Tge how-to-add-project-milestone-tracking-in-jira-issues

How to find Project that are starting late?

Pull out filters

Page 24: Tge how-to-add-project-milestone-tracking-in-jira-issues

How to find Project that are starting late?

Click advanced

Page 25: Tge how-to-add-project-milestone-tracking-in-jira-issues

How to find Project that are starting late?

Here you can enter a JQL Query that includesTable Grid properties

Page 26: Tge how-to-add-project-milestone-tracking-in-jira-issues

How to find Project that are starting late?

issuekey in grid("Project Milestones", "Planned < ActualStartDate")

name of the custom field Table Grid

SQL where clauseaccess your grid in JQL

Page 27: Tge how-to-add-project-milestone-tracking-in-jira-issues

Save the Filter so you have it at a Click of a Button

Save the Filter