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

Making "watching" calendar menu item link to details page

    XMLWordPrintable

Details

    • 1
    • 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.

      Tried to stop watching a calendar, but couldn't, it just said "Watching", no option to "Stop Watching".

      https://skitch.com/jsloat/fcpp3/team-calendars-extranet

      Discovered that this is because I watch a page that embeds this calendar. This should be clearer, I thought it was a bug.

       

      To Find Out Which Pages You are Currently Watching, Which Has The Calendar Macro Embedded

      Run this in the DB:

      SELECT c.TITLE, c.CONTENTID FROM BODYCONTENT b JOIN CONTENT c ON b.CONTENTID = c.CONTENTID JOIN NOTIFICATIONS n ON n.CONTENTID = c.CONTENTID WHERE b.BODY LIKE '%ac:structured-macro ac:name="calendar"%' AND c.PREVVER IS NULL AND n.username IN (SELECT user_key from user_mapping WHERE lower_username = '<username>');

      Replace <username> with the affected user's username in all lowercase

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jsloat John Sloat (Inactive)
              Votes:
              4 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated: