The Clone Link Type 'Cloners' Does Not Exist Due to Missing Property

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

When attempting to clone an issue, the following error is generated in the logs (either catalina.out or atlassian-jira.log):

WARN [web.action.issue.CloneIssueDetails] The clone link type 'Cloners' does not exist. 

And the following appears in the browser:

原因

When you clone an issue, JIRA attempts to link the original issue and the cloned issue. JIRA queries the property file for the jira.clone.linktype.name setting. By default, this setting will be 'Cloners'.

  • If this property is unset, JIRA will not create a link between the original and clone issues.
  • If this property is set, JIRA will use the pre-existing link type with the specified name as the link type. If a link type with this name does not exist, a link is not created between the original and clone issues.
  • If the link has been renamed, the property will need to be updated automatically. There is an improvement request for this under  JRA-13976 - Getting issue details... STATUS .

The link type with the name specified in the properties file should be created before creating clone issues if linking is required. See Cloning an Issue for more details.

ソリューション

  1. Add the jira.clone.linktype.name property as the name of the clone type as in Edit the jira-config.properties file in Jira server. If the property is renamed, only this step is required.
  2. Manually create a link type in JIRA called 'Cloners' if it does not already exist.

If this is a Cloud Instance:

  1. Choose  > System. Select Issue Features > Issue Linking to open the Issue Linking page.
  2. ページの最後にある「新しいリンク タイプの追加」フォームに:
    • Enter 'Cloners' in the Name text field.
    • Enter 'Clones' in the Outward Link Description text field.
    • Enter 'is cloned by' in the Inward Link Description text field.
  3. Delete the original link type named 'Clones'.

Last modified on Mar 30, 2016

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.