Uploaded image for project: 'Confluence Cloud'
  1. Confluence Cloud
  2. CONFCLOUD-8429

Add a URI to content feeds

    XMLWordPrintable

Details

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

    Description

      NOTE: This suggestion is for Confluence Cloud. Using Confluence Server? See the corresponding suggestion.

      Steve provided a patch for this:

      — confluence-orig/confluence/src/java/com/atlassian/confluence/rss/DefaultFeedBuilder.java 2006-08-28 15:35:20.000000000 +1000
      +++ confluence/confluence/src/java/com/atlassian/confluence/rss/DefaultFeedBuilder.java 2006-10-09 10:59:32.000000000 +1000
      @@ -71,6 +71,11 @@
      entry.setAuthor(getUserFullName(entity.getLastModifierName()));
      entry.setPublishedDate(entity.getLastModificationDate());

      + // This is site-unique, but not global. We could add the
      + // server domain here.
      + String uri = "urn:atlassian.com:" + entity.getId();
      + entry.setUri(uri);
      +
      entry.setCategories(renderer.getCategories(item));
      entries.add(entry);
      }

      We need to change it slightly to use (preferably) the server ID or (alternatively) the server base URL instead of "atlassian.com".

      I'd suggest a URI of 'urn:atlassian:confluence:<server-id>:<entity-id>'.

      Attachments

        Issue Links

          Activity

            People

              barconati BillA
              matt@atlassian.com Matt Ryall
              Votes:
              3 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: