Hitachi

JP1 Version 12 JP1/Service Support Configuration and Administration Guide


Property file for automatic Item-defaults input (jp1imss_itementry_default.conf)

Organization of this page

Description

This file specifies whether to enter values automatically for Occurrence date and time of item, Start date and time of item, Priority of item, and Deadline of item for each process work board when you execute the Item registration command. It also specifies the value that is entered automatically for Priority of item.

The jp1imss_itementry_default.conf file is used when you register an Item by using the Item registration command, and when you edit an Item by using an Item editing command. When you edit an Item by using an Item editing command, the values for Priority and Deadline are registered automatically.

There are two types of property files for automatic Item-defaults input. Use the same settings for both of them. For details about files for registering Items from windows or by using the Item registration command, see Property file for automatic Item-defaults input (hptl_jp1_imss_pwb_default_setting.properties) in Chapter 13. Definition Files.

Note:

Note that if you use different settings for the two types of property files for automatic Item-defaults input, the values that are entered automatically will differ depending on the method for registering Items.

Format

XXXX_auto_accrual_date=Whether the Occurrence date and time of item can be entered automatically
XXXX_auto_start_date=Whether the Start date and time of item can be entered automatically
XXXX_auto_priority=Whether the Priority of item can be entered automatically
XXXX_priority_YY_ZZ=priority (Severity and Impact level)
XXXX_auto_deadline=Whether the Deadline of item can be entered automatically
XXXX_deadline_pri_high=Amount of time to be added when Very urgent is set for priority
XXXX_deadline_pri_middle=Amount of time to be added when Urgent is set for priority
XXXX_deadline_pri_normal=Amount of time to be added when Standard is set for priority
XXXX_deadline_pri_nothing=Amount of time to be added when Unset is set for priority
  :  

The above shows format for the property file for automatic Item-defaults input for commands.

File names

Storage folder

JP1/SS-path\conf\command\

When the definition is applied

When you use the values set for the property file for automatic Item-defaults input as settings for automatic Item input, the definition is applied when the Item is registered.

Table 13‒15: List of specification keys that can be set for the property file for automatic Item-defaults input (for commands)

Specification key name

Description

Default value

XXXX_auto_accrual_date#

Specifies whether to enter the value automatically for Occurrence date and time of item when you create an Item in the target process work board.

  • false: No automatic input.

  • true: Automatic input.

If you set automatic input, the date and time when the command was executed is set automatically.

false

XXXX_auto_start_date#

Specifies whether to enter the value automatically for Start date and time of item when you create an Item in the target process work board.

  • false: No automatic input.

  • true: Automatic input.

If you set automatic input, the date and time when the command was executed is set automatically.

false

XXXX_auto_priority#

Specifies whether to enter the value automatically for Priority of item when you create an Item in the target process work board.

  • false: No automatic input.

  • true: Automatic input.

The value set for priority differs according to the combination of the values for Severity and Impact level.

false

XXXX_priority_YY_ZZ#

Specifies the value to set for Priority of item:

  • 3: Very urgent

  • 2: Urgent

  • 1: Standard

  • 0: Unset (None)

The value set for priority is determined by YY_ZZ (the combination of values for Severity and Impact level).

For YY (severity), specify one of the following integers:

  • 1: Emergency

  • 2: Alert

  • 3: Critical

  • 4: Error

  • 5: Warning

  • 6: Notice

  • 7: Information

  • 8: Debug

  • 0: Unset

For ZZ (impact level), specify one of the following integers:

  • 3: Large

  • 2: Middle

  • 1: Small

  • 0: Unset

1_3=3

1_2=3

1_1=3

1_0=2

2_3=3

2_2=3

2_1=2

2_0=2

3_3=3

3_2=2

3_1=2

3_0=2

4_3=2

4_2=2

4_1=2

4_0=1

5_3=2

5_2=2

5_1=1

5_0=1

6_3=2

6_2=1

6_1=1

6_0=1

7_3=1

7_2=1

7_1=1

7_0=0

8_3=1

8_2=1

8_1=0

8_0=0

0_3=1

0_2=0

0_1=0

0_0=0

XXXX_auto_deadline#

Specifies whether to enter the value automatically for Deadline of item when you create an Item in the target process work board.

  • false: No automatic input.

  • true: Automatic input.

When automatic input is set, the date and time with the number of hours added to the date and time when the command was executed is set automatically. The number of hours to be added differ according to the priority level.

false

XXXX_deadline_pri_high#

Specifies the number of hours to be added when you set to enter the deadline automatically. When Very urgent is set as the priority, the number of hours you specify by this key is added to the registration date and time of the Item, and then the deadline is entered automatically. You can specify a number from 0 to 8760 (unit: hours). Use only half-width numeric characters.

24

XXXX_deadline_pri_middle#

Specifies the number of hours to be added when you set to enter the deadline automatically. When Urgent is set as the priority, the number of hours you specify by this key is added to the registration date and time of the Item, and then the deadline is entered automatically. You can specify a number from 0 to 8760 (unit: hours). Use only half-width numeric characters.

36

XXXX_deadline_pri_normal#

Specifies the number of hours to be added when you set to enter the deadline automatically. When Standard is set as the priority, the number of hours you specify by this key is added to the registration date and time of the Item, and then the deadline is entered automatically. You can specify a number from 0 to 8760 (unit: hours).Use only half-width numeric characters.

48

XXXX_deadline_pri_nothing#

Specifies the number of hours to be added when you set to enter the deadline automatically. When the priority is not set, the number of hours you specify by this key is added to the registration date and time of the Item, and then the deadline is entered automatically. You can specify a number from 0 to 8760 (unit: hours).Use only half-width numeric characters.

60

#

For XXXX, specify any of the following process names:

incident for incident management

problem for problem management

change for change management

release for release management

Notes

Definition example

The following is a definition example when Item elements for change management are entered automatically:

change_auto_accrual_date=false
change_auto_start_date=false
change_auto_priority=true
change_priority_1_3=3
change_priority_1_2=3
change_priority_1_1=3
change_priority_1_0=2
change_priority_2_3=3
change_priority_2_2=3
change_priority_2_1=2
change_priority_2_0=2
change_priority_3_3=3
change_priority_3_2=2
change_auto_deadline=true
change_deadline_pri_high=24
change_deadline_pri_middle=36
change_deadline_pri_normal=48
change_deadline_pri_nothing=60
: