Skip to main content
Skip table of contents

JQL search by Backbone attributes

This article explains for which Backbone attributes you can search for using JQL. This can be useful for getting an overview of issues synced with Backbone and for troubleshooting.

This feature has been released on 14.12.2021. This means that issues that have been created or updated/synced after this date, will show up in the JQL search for Backbone attributes.

If you want to have all issues in a project to have this up to date, you can perform a resync or reach out to help@k15t.com (we can run an update script).  (warning) For a resync, make sure to only select the summary in the dialog.

Issue sync status

Every issue that is synced with Backbone can be either up to date, pending or in an error state. You can search for that with the following:

  • Attribute: backbone.issueStatus
  • Example JQL: backbone.issueStatus in (pending, up_to_date, error)
    • This will list all issues that are up to date, pending or in an error state

Remote issuekey

To search for which issue your issue is synced to, you can use the remote issue key. There are two ways you can search for the issue key. You can search for that with the following:

  • Attribute: backbone.remoteKey
  • Example JQL: backbone.remoteKey = PA-12
    • This will list the issue(s) are synced to issue PA-12
  • Attribute: backbone.remoteKeyLike
  • Example JQL: backbone.remoteKey ~ "PA*"
    • This will list the issue(s) are synced with an issue with the key PA

Last send

Every time an update is made on an issue that is synced by Backbone, the last send will be updated to this date. This is stored as any other date field. You can search for that with the following:

  • Attribute: backbone.lastSent
  • Example JQL: backbone.lastSent > startOfDay()
    • This will list all issues that have synced/send over information since the start of the day

Last received

Every time an update on the partner side has been made and this gets synced, the last received will be updated to this date. This is stored as any other date field. You can search for that with the following:

  • Attribute: backbone.lastReceived
  • Example JQL: backbone.lastReceived > startOfDay()
    • This will list all issues that have received synced information since the start of the day
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.