custom search sharepoint lists - sharepoint-2007

anyone knows how I can create or customize a search in sharepoint, so I only look in certain lists and only find certain items that meet a condition of validity

I need to know this too. Does the properties need to be added into the Central Administration for the properties to be crawled?
http://www.alectang.com/Blog/Archive/2010/01/11/Customise-Advanced-Search-box-in-Sharepoint-55.aspx
I read this, but it doesn't make sense.

Related

JQL to search all parent issues with a particular label, and include any sub-tasks of those issues

I want to use JQL to search all parent issues where a particular label exists, and include those issues' sub-tasks, if they exist. I want to use this filter for a Kanban board. I don't have the option to use plugins at this time, nor do I have access to the Rest API at this time. Thank you in advance for your assistance!

Content owned by members

I'm trying to work out the best way to have content owned by members (one member has many properties). I tried using relationships but these don't seems fully featured yet and I've also used a member picker on the property which works fine.
What I'm missing is being able to see all owned properties for each member from the members tab (along with the ability to edit/view) from the back office.
Is there a way to do this using the member picker field or do I need to use relationships?
Thanks
I think you can use the EditorModel events to do this. You can use these events to interfere which data will be send to the backend. If you want to e.g. hide tabs, this an easy way to do so.
You can read more about this in the documentation about EditorModel Events.
Or if you do not want to do everything yourselves, check out the Plumber package. It might not do exactly what you want, but it will bring you very far i guess.

Umbraco 8 - hide Member Groups

Can anyone advise if and how I can hide the Member Groups folder within Members in Umbraco 8 for a specific user group?
Failing that, can I give users access to the members section but prevent member group deletion?
thanks
From an API point of view this can be done now with events so it would be up to you at a granular level to decide what rules are applied to hide properties. You can subscribe to the event EditorModelEventManager.SendingContentModel and modify the outgoing model which means you can add/remove tabs/properties, and pretty much whatever you want. If you wanted to pursue that without modifying the core It would also be possible to create a package to have some UI to control these rules if you wanted.

How to assign multiple users to a Jira Task

I'm wondering how to assign two users to one task in JIRA. I took over a project that was set up by someone else. The problem is we are doing pair programming and we would like to keep track of time.
I dont think you can not actually assign two users to field assignee as it is built-in field.
You can create new required field e.g. pair-assignee and have pair tracked there. Here is a doc about how to setup a custom field.
By design, this is not possible as such - it's a single value field.
But there are ways around this limitation.
Since a number of people had this question, Atlassian has set up a page for the possible solutions/workarounds.

TFS 2012 Add custom Dictionary

We're about to implement TFS 2012 and I've been having some fun customizing some work items to aid us in our reporting. One issue we have is our reporting based on clients.
Our Product Backlog Items keep our requirements, however, we need to report our requirements per client (government regulations). Some requirements will affect all clients, some will only reflect certain ones. I've been able to add a global list of clients along with a multi-select option and that part is working great.
The issue is we need to also note the requirement number for each selected client. I know I can go in and add a field for each 'Client Requirement', but as that list gets bigger, that screen will be insanely huge.
Does anybody know of such a way to implement something of the sort?
One option would be to create a custom Work Item Type for Clients. Then link your PBI's to the appropriate client WI's. When you create a link you can enter a link comment also which you could use to capture the client-specific requirement number.
I would create a custom "Client Requirement" work item that has the list of clients to select and includes a field for Client ID. You can then either use the related link type or create your own, maybe "Implements \ Implemented By" so that you can create a Reporting Services report that pulls the ID's

Resources