LogoLogo
  • Overview
    • Introduction
      • Git-Based Source Control
      • DeviceLink
    • System Requirements
    • Supported Vendors and Device Types
    • Glossary
  • Git-Based Source Control
    • Getting Started
      • Planning
      • Initial Setup
        • Migrations
    • Basic Tasks
      • Navigation
        • Home page
        • Exploring the Web App
        • Exploring the Desktop App
      • Configuration
        • Creating Repositories
        • Creating Templates
        • Cloning Repositories
      • Operations
        • Pulling
        • Committing
        • Pushing
        • Managing History
        • Binary & Large Files
    • Advanced Tasks
      • Branching
        • Branch Protections
      • Pull Requests & Code Review
        • Contributors
        • Reviewers
      • Merging
    • Additional Features
      • Topics
      • Issues
        • Milestones
        • Labels
        • References and Links
      • Wiki
      • Tags & Releases
      • Webhooks
      • Activity
    • Administration
      • Org Settings
      • User Management
        • External Identity Management (SSO + SCIM)
      • Teams & Permissions
        • Permissions by Account Type
      • Registration & Billing
      • Repo Settings
      • Desktop App Options
      • Profile and Settings
        • Notifications
        • Two-Factor Authentication (2FA)
    • Supported Vendors
      • ABB
      • Beckhoff
      • B&R Automation
      • CODESYS
      • Inductive
      • Lenze
      • Rockwell
        • RSLogix 500
        • RSLogix 5000
        • Studio 5000 Logix Designer
      • Schneider
        • Control Expert
        • Machine Expert
      • Siemens
        • Siemens Step7 TIA Portal
        • Siemens Step7 5.x
      • WAGO
    • Integrations
      • Discord
      • Jira
      • Microsoft Teams Connectors
      • Slack
      • Zapier
      • Microsoft Teams Workflows
  • DeviceLink
    • Getting Started
      • Architecture
      • Planning & Installation
    • Sites and Agents
      • Sites
        • Site Settings
        • File Lists
        • Graphs and Metrics
      • Agents
        • Creating a Site-Based Agent
        • Creating a Multi-Site Agent
    • Projects and Devices
    • Vendor Configuration
      • Beckhoff TwinCAT 3
      • CODESYS v3
      • Copia FTP
      • Copia sFTP/SCP
      • Copia Scripting
      • FANUC Robots
      • Rockwell RSLogix 500
        • Smart Filter
      • Rockwell Studio/RSLogix 5000
        • Smart Filter
      • Rockwell PanelView ME HMI
      • Schneider Control Expert
      • Siemens Step7 TIA Portal
      • Siemens Step7 5.x
    • Jobs
      • Job Navigation
      • Creating Jobs
      • Managing Jobs and History
      • Manual Backups
      • Pull Requests
    • Additional Features
      • Webhooks
      • Copia Import Tool
        • Getting Started
        • Preparing your data
        • Importing your data
        • Rolling back a prior import
    • Administration
      • Teams
      • Permissions
      • Notifications
  • Copilot
    • Copia Copilot
    • Getting Started
    • Using Copia Copilot
  • Copilot FAQ
  • Support
    • Best Practices
    • FAQs
      • Git-Based Source Control
        • Troubleshooting
      • DeviceLink
        • Troubleshooting
Powered by GitBook
On this page
  • Linking
  • Within a Repository
  • In another Repository
  • Actionable References

Was this helpful?

  1. Git-Based Source Control
  2. Additional Features
  3. Issues

References and Links

There are many ways that you can link your Issues within Copia, and also perform actionable references. This makes it easy to cross reference your Issue to a PR or commit, and also automatically close or re-open your issue by performing a merge or commit.

Linking

Every issue is assigned an ID, which is preceded by the # sign, after the title of the image. This ID can be used to reference the issue in comments and descriptions within Copia.

Within a Repository

A reference to an Issue within the same repository can be created using the simple notation #123, where 123 is the ID of the Issue in the same repository. The references will be shown as link to the Issue.

In another Repository

A reference to an Issue within another repository can be created by specifying both the Organization and the repository first, such as orgname/reponame#123, where 123 is the ID of the Issue. The references will be shown as link to the Issue.

Actionable References

Copia also supports automatically closing and re-opening an Issue through the use of actionable references. By using the Issue ID, along with certain keywords, the action will be taken. For example, if you enter closes #123 in the commit message, it will automatically close the corresponding Issue referenced.

Below is a list of keywords that can be used.

  • Closing: close, closes, closed, fix, fixes, fixed, resolve, resolves, resolved

  • Reopening: reopen, reopens, reopened

In addition, there are a few conditions which must be met:

  • The commenter must have permission to close or reopen the issue.

  • The reference is inside a commit message.

  • The reference is posted as part of the pull request description.

PreviousLabelsNextWiki

Last updated 1 year ago

Was this helpful?