In Visual Studio Team Services, I'm trying to display text in the comment section of a work item query. Can anyone give me any insight to why the comment field is blank despite adding comments?
I've included a screenshot of my query, and comment side by side.
Comment section blank
Well, "Comments" and "Discussions" are two different Fields they are not the same in VSTS. What you are trying is to display "Comments" from the "Column Options" in the query, but the field that was actually filled/ edited was "Discussions". "Discussions" are only for a Work Item Form. Currently they aren't queryable.
Hope this helps!
Based on the screenshot, the work item is Task, there isn’t Comment field in Task work item, you can get a work item through REST API to get the fields.
Regarding Query, you can’t add Comment column if you filter Work Item type in Column Options configure window. The Comment filed is in Review work item type.
The History column can display the latest Discussion value (click Refresh button if it is empty).
Related
I can start typing "#per" in a Devops task description/comment and it brings up suggestions. However it only shows a subset of all the stories which means the one I want is rarely listed and I have to go look it up.
For instance I have two work items (on the same epic) called "perform analysis" and "determine permutations" but typing "#per" only shows the second one.
Is there some logic used in the searching based on item fields that could be to blame i.e. it's a feature rather than just not working well?
Normally, when using the #mentioned to link work items, the expected syntax is #{ID} instead of #{Keyword}.
If using the syntax #{Keyword}, it may be not able to return the expected result. So, it is recommended using the #{ID} as possible to search and link work items.
For more information, you can reference "Link work items".
[UPDATE]
When you use #{ID} to search and link a work item, normally it will prioritize the work items that you've recently modified or are assigned to you.
Here is a little background on the task:
My client has a sharepoint site that has a list of data. One of the columns or fields is a date field, this date is entered manually using MM/DD/YY Format.
My client has requested me to add an option where they could filter the columns by a range of dates on the webpart view.
I read this guide: https://www.nothingbutsharepoint.com/sites/eusp/pages/sharepoint-list-filtering-by-date-range.aspx and i got it to work, but it seems to be a bit buggy, meaning that sometimes the list will not get filtered by the specified dates..
Another issue with this method is that there is no Submit/Go button.
FROM: [ Text Field ] TO: [ Text Field ] [GO Button]
My client would love to have something like the example above where there are two text fields next to each other and a button that they can click to make the filter activate.
I searched for hours and hours and was not able to find something like this.
Do you guys know of a solution and if so, provide me with a link or guide, on how to achieve this problem? Thanks
EDIT:
It seems that there is a Apply Filters Button Web Part that does what i need. I added it and it seems to work Okay. I have to click Apply Filters TWICE in order for it to work.. weird huh? is there a fix for that?
FYI: i followed the guide linked above and just added the apply filters button.
Okay i fixed it,
It was because i was adding the date filter web parts to the library itself, and i was supposed to create a page for it and add my web-parts in there.
Found a solution that'll load the filters on first click for me.
In SPD, under the web part that displays the list items (XsltListViewWebPart), change these two to "True":
ClientRender="True" and IsClientRender="True"
Similar issues mentioned in this thread gave insights to button load sequences and why it doesn't render results on the first click.
I am very much new to Jaspersoft studio. I am trying to create Master Detail kind of report.
Master table does contain details about DEPARTMENT details.
Child table does contain details about departmentwise EMPLOYEES.
DEPARTMENT(DEPTNO, DEPT_NAME, LOC)
EMPLOYEE(EMPNO, ENAME, SALARY, DEPTNO)
Now what I want to do is, when I click on DEPT_NAME hyperlink in Master table, the corresponding employees should be shown in child table like shown in the below image.
I could not get proper results in the Google search.
I am following one document to learn about Jaspersoft Studio (downloaded from Jaspersoft official website).
But, there is NOT much clear information about the procedure how to do.
For examplef, it is written like
Click the button next to Hyperlink When Expression to create
. But what expression to write is my doubt!
AND ALSO,
Can anybody please tell me the location for best tutorials! For example, explanation in this this link is so nice. But, I want to know where it is originated from!
Hence, anybody please help me.
The Hyperlink When Expression is used if you want the hyperlink to appear conditionally. If the expression evaluates to true, then the link is displayed. In your case, I believe you want every instance of the Dept Name field to display a hyperlink, so you would not put any expression in there.
As for making a child table appear, I don't think you can do that. You have two choices:
You can make the link a ReportExecution link. When the user clicks it, a new report is run that displays the child table. But it won't appear in the same document.
You can make the link a LocalAnchor or LocalPage link. In this case, you would already have to have included all the child tables on the report, and the link would simply navigate the user to the correct place in the document.
Documentation on JasperSoft hyperlinks can be found here.
If you are using older version of jasper you will get hyperlink option when you right click on field on which you are giving hyperlink. For later version you will get this option in right hand side properties section while clicking on that particular text field.
Hyperlink section choose blank if you want to open drill down report in new tab or self to open it on same page.
Choose Report Execution.
In parameter section create a parameter
name=_report and value="path of drill report"
Create another parameter with department name and in value "field department"
Thanks.This will work.
I have built a table in Access that is populated by the end user with a form. Next, I would like the end user to retrieve a record and be able to edit the fields in form view.
I see stackoverflow user Hoops asked a similar question, excerpt:
"What I want to do is have the user select a record from the combo
box, which then populates the textboxes (I've already managed to do
this)."
His "already managed to do this" is what I need to know.
I tried using a combo box, but it did not populate the text boxes, and when I selected multiple columns to be displayed, the fields could not be edited.
I tried using a parameter query to retrieve a search record, but I could not get results to display in the form.
While I know I am supposed to ask specific answerable questions, what I really need to know is the method or strategy I should be using to retrieve a record and be able to edit the fields in form view. If I know the best method, I can usually figure out the tactical.
Thanks for any ideas.
Melissa
I suggest a split view form in Access. More info can be found here: http://office.microsoft.com/en-us/access-help/create-a-split-form-HA010075994.aspx
I am wondering what the function is of the Publish field of items in Sitecore. Just to be sure I am clear about what field I am talking about it's the field in the "Publishing" section of an item which is only shown when you check the "Standard fields" option.
Normally that field is not filled in and I expected it to be filled automatically by Sitecore when an item is published due to it's publishing restrictions settings but I am no longer sure about this.
Regards,
David
The Publish field of Publishing section contains a date and time for an item to be published from. If you do not specify anything here, the item is publishable by default. These changes are applied to the whole item (the field is shared). If you'd like to change this for different versions, use the LifeTime section instead.
I would encourage you to get acquainted with Content Cookbook for more details.
If I remember correctly, these fields can be used to properties of the publishment. For example, the date range when your page should be online.
If not, please give me a list of fields that are available.