New and Improved 3.13 Beta. Highlights: Shareable filters and dashboards and lots of other goodies. Any feedback can be raised as JIRA issues in the JIRA project.
Issue Details (XML | Word | Printable)

Key: JRA-8605
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Brock Janiczak
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
JIRA

Add an is being watched flag to RemoteIssue and RSS feed

Created: 22/Nov/05 03:40 AM   Updated: 12/Aug/08 09:45 PM
Component/s: Remote API (SOAP & XML-RPC)
Affects Version/s: 3.4.1
Fix Version/s: None

Time Tracking:
Not Specified

Issue Links:
Reference
 

Participants: Brock Janiczak and Jeff Turner [Atlassian]
Since last comment: 2 years, 38 weeks, 4 days ago
Labels:


 Description  « Hide
Would it be possible to add a boolean field isWatched to RemoteIssue and to the RSS feed returned from the navigator?

For jira-dashboard i would like to add a watched decorator to issues that are being watched. This flag would also allow me to add a watch/unwatch action. Currently I have no way of knowing if an issue is already being watched by the user, so the action can't be context sensitive.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Jeff Turner [Atlassian] added a comment - 22/Nov/05 11:52 PM
Brock,

Yes, we can extend the RPC API so that watchers of an issue can be determined.

I'm not sure if that is what you're after through. What do you mean by "watched decorator"? Do you have your own portlet on the dashboard?

Cheers,
Jeff


Brock Janiczak added a comment - 23/Nov/05 04:03 AM
Jeff,
I am writing an eclipse plugin that mimicks the function of the web dashboard (creatively called jira dashboard). The main view is a list of all issues that match a certain filter and a set of workflow actions to operate on the issues in the list. Being a rich client, the actions need to be context sensitive. If the actions enable and disable but the user has no idea why, they may get confused. That is why i wanted to overlay one of the icons (probably the issue type) with a pair of glasses to indicate if it is being actively watched or not.

Thanks,
Brock


Jeff Turner [Atlassian] added a comment - 23/Nov/05 11:38 PM
Thanks for the explanation - sounds like an interesting project.