Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The JSM agent wants to send this request to the development teams to look at this issue and analyze further.

Prerequisites

Ensure that your administrator has created a customised clone operation by following these steps:

  1. Create a new Clone Plus Customization using the Clone Plus Configuration properties. For example, create Create a Developer Ticket, Send to Developers, or Clone in Development Project using the following sample code.

    Code Block
    # Customization for clone 1 operation
    # When does this operation show on UI? Only for JSM Requests.
    
    1.plus.condition.IS.*.* = true
    1.plus.label = Create a Developer Ticket
    1.plus.tooltip = Send this ticket to the Dev team
    
    # Set the summary to be like the default Clone operation by adding "CLONE - "
    1.plus.set.summary = Customer Request - %original_summary%
    
    # Set the Default Dev Project
    1.plus.project.*.*.*= DT
  2. Enable the Clone Plus Customization for Create a Developer Ticket. For more details, refer the How to enable and disable clone operations page.
    A new Clone Plus Customization is created. This customization allows the JSM agent to clone the existing issue into a software development project and choose a new issue type that is relevant for the development teams.

Steps

  1. Select a issue you want to clone in your Jira instance.

  2. In the top of the issue, click More > Create a Developer Ticket.

  3. In the Clone dialog box, select the target project and target issue type, and Click Next.

  4. In the Clone page, select the clone options andvalues for the fields as required.

  5. Click Create.
    The JSM request is cloned to the Development project.

Info
  • By default, Clone Plus also creates an issue link between the existing JSM request and the bug created in the development project.

  • You can skip step 3 if your clone operation specifies exactly the project and issue type that should be created. You can use the base clone operation instead of the extended clone operation.

References

Additional Recommendations

You can use Update on Transition add-on to transition the JSM request or add a comment when the Developer team has resolved the issue.