Rally Dashboard 'My Defects' App result order - rally

I use the stock My Defects application on my Rally dashboard. (I'm a developer if it matters.)
I would like to change the Order that the results are displayed in from merely State to State and LastUpdateDate.
I've been searching Rally help and Google for an answer but I haven't been able to find one.
I've tried placing
State, LastUpdateDate
in the Order field but that doesn't appear to work.
Thanks -
Brian

Get rid of the space and you should be all set:
State,LastUpdateDate

Related

how to get image via order API

I am creating Shopify application named "Request for Quote",Is use for create quote for multiple products. in application I have added functionality to convert quote to order using order API provided by Shopify. I have got all data of product into the converted order but i haven't get image detail of order. So I am stuck in It Can anyone have idea about it or having solution of this problem, If yes then send me solution as soon as possible.
Thank You in Advance...
I tried order API but didn't get any solution.....

How to get all the assignee for a particular project using JIRA Rest api?

I am developing an iOS application and i have search functionality where in users can search for issues by selecting fields like project , version , assignee and i have all the rest api's for other functionalities except for assignee , i tried to find but i didn't get any Api. i was using the below Api - /rest/api/2/user/assignable/multiProjectSearch?username&projectKeys&startAt&maxResults
and it doesn't give me the exact results , can anybody point me in the right direction like how can i get assignee's for a particular project when i select a project in the search field.
I guess that by assignees of the project you mean assigness from the issues that belong to the project. You can use search method:
https://docs.atlassian.com/jira/REST/latest/#d2e4863
/rest/api/2/search?jql=project=PROJ_KEY&fields=assignee
Please take into account "startAt", "maxResults" parameters and returned "total" value that are used to support pagination. You may need to check the jira.search.view.default.max property in your JIRA: https://confluence.atlassian.com/display/CLOUDKB/Changing+maxResults+Parameter+for+JIRA+REST+API

Adding a new group for Beta testing in Google Play Developer Console

I would like to use the new Alpha/Beta testing feature in Developer Console, which were recently introduced by Google. I am getting "Group not suitable" error when attempting to add a new group.
I am unable to add new users from my personal Google groups or my application Google groups.
How do I add new Group to Alpha testing without getting the "Group not suitable" error message?
You should provide group email address as the form says. For example: your_group_name#googlegroups.com
My groups name is "GRDroid Beta Testers" so the email address must be
grdroid-beta-testers#googlegroups.com
Other example "GRDroidAlphaTesters", the email address must be
grdroidalphatesters#googlegroups.com
For those who aren't sure if they want to add a Group or a Community:
For adding a GROUP, use email of the group in a form name-of-group#googlegroups.com
For adding a COMMUNITY, use URL of that Community
Make sure you create and add a Google+ COMMUNITY, not a CIRCLE. Learned that distinction the hard way.
if adding #googlegroups.com suffix doesn't work for you, you might be confused between email contact group with Google Group. At first, I created an email group in my contact, and added into developer console, it kept saying that 'Group not found', that made me crazy. Ultimately, I realized that there is another Google Group on earth. :)

Querying Foursquaure Venue photo API without identifying group. Bug or as designed?

I'm trying to get one good photo result on the Foursquare API which are representative of a venue.
Currently I'm using:
https://api.foursquare.com/v2/venues/VENUE_ID/photos?group=venue&limit=1
This works, but it appears that the photo filtered is always the most recently added photo for that venue, which is not necessarily always the best. There also doesn't seem to be anyway to any sort differently (by rating etc.). I would prefer that the photo that appears be always the first photo result on the foursquare website for the venue, whatever that may be.
I was playing around with the suffix, and I found that if instead of
photos?group=venue&limit=1
I just put
photos?&limit=1
I would get the results I am looking for (the first photo that appears on the website for that venue). However, on the documentation it says that having a group value is required. Obviously, I don't want to set behavior based on a bug, but it works.
So, is it a bug? Or is it just a problem with the documentation that says group is required. Any help would be appreciated.
Thanks!
That's probably a bug you're encountering, but to get the first photo on the venue page, you can query the venues detail endpoint and then use the photo object in the venue result: https://developer.foursquare.com/docs/explore#req=venues/40a55d80f964a52020f31ee3

get +1 date timestamp or for google plus activities/posts

I am trying to get some information about the post people do in google plus. In particular I am interested in the "+1"'s.
Either from the google api or directly from the google plus web site you can get the total count and name of the people who did "+1". But, I would be interested in getting the time or timestamp of the "+1"'s. Does anyone knows if it is possible or how can I do that?
Help is always appreciated
Thanks to all,
As you can see at https://developers.google.com/+/api/latest/activities, the only data we return for a +1 is a list of the +1-ers, as well as the total number of people who +1'ed the item you are looking at.
If you would like to request additional data, please file a feature request in our Issue Tracker: https://code.google.com/p/google-plus-platform/issues/list. It would really help if you could be as detailed as possible in the type of data you would like to see and how you would ideally use that data.
If you're dealing with your own website and only care about +1s for pages on your own domain, you could use Google Analytic's social information to see how +1s change over time. You wouldn't get information about who did the +1ing.