Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-8429

Add a URI to content feeds

    XMLWordPrintable

Details

    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      NOTE: This suggestion is for Confluence Server. Using Confluence Cloud? 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: