Where is my task with no assignee or project in Asana? - asana

It didn't have a project and I removed myself as the assignee, now I can't find it anywhere. I can only sort by project or assignee. Anyone know where it is hiding?

I don't work for Asana, but I found that you can search by assigned to "Nobody" which helps me find lost tasks.

(I work at Asana)
When a task is not assigned to anyone, is not in a project, and does not have a tag, you can still find it by searching for it by name in your workspace.

Advanced Search and click on "Unassociated Tasks" at the bottom of the drop-down.

Related

how can I find all tickets that changed/moved projects?

The query I tried is Project CHANGED FROM "Customer triage", but jira says it's not supported.
Is there a way to query the tickets that were created in project A, but were moved?
Evidently, this is not possible to do out of box with JIRA; "Project" just doesn't support any historic search functionality:
https://confluence.atlassian.com/jiracoreserver073/advanced-searching-fields-reference-861257219.html#Advancedsearchingfieldsreference-ProjectProject
However, with some Googling, it appears you may be able to accomplish this with ScriptRunner:
https://community.atlassian.com/t5/Jira-questions/View-issues-that-have-been-moved-from-one-project-to-another/qaq-p/790346

JQL query to find a linked issue in another project

I am looking for the Jira JQL syntax to find issues that have a linked issue in another project. For example in three projects I can find the list of issues that have been resolved in the last 90 days. I would like to find a list of issues in our QA project for the original issues resolved list.
sqluser was close. You don't to have designate a single issuekey, if you use the scriptrunner addon. I don't think there is a way around having it. Up to a recent version it was free so you can simply download that version. It's a must have plugin imho. Here is your query:
issueFunction in linkedIssuesOf('resolutiondate > 2015-10-01') and project = QA
You can extend the criteria of the search. Here is the documentation.
Try this plugin:
http://www.j-tricks.com/jql-tricks-plugin.html
specifically JQL function
linkedIssuesInProject(project,[linkType])
but the plugin is not free.
You can use linkedIssues function and combine it with project name
Something like this:
issue in linkedIssues(XYZ-000) AND project = 'ABC'
I was able to get to the solution I needed with the following:
AND issueFunction in linkedIssuesOf("project in (ext_proj_1, ext_proj_2, ext_proj_3)") AND issueLinkType in ("depends on", "is blocked by")
I then used this in a dashboard where I showed the filter results and added the "Links" column so that users could see what projects we had external dependencies on.

Fixing Jira Kanban Board Task can't move or close issue

I created a task on jira (agile) by using kanban board but, I couldn't move it to "in progress" column. Finally I found the solution. You can see the problem and the solution step by step via pictures.
The problem is this:
Follow the topic to find the solution.
Just follow the steps. if you know a better solution, please share it.
The solution is:
Go to administration panel, open integrity checker, select all and click to Check.
Select Fix all and click Fix.
You'll see the fixed issues. Then click OK.
Finally you can do anything with your task again.
Now follow the pictures.
step 1
step 2
step 3
step 4
Please note that the usual reason for this problem is that the Conditions in the workflow are incorrect and the user does not match the rules set by them.
The problem answered by the main answer here only applies when you have corrupted data.
It also neglects the fact that you should treat corrupted data as a potential problem that you should investigate - it will be caused by crashes, or broken add-ons or scripts and you should track them down and fix them.

openerp7.0: task without any project

How Can i add a task without mention any project and want to set reminder for that in openerp 7.0 ?
I tried it but not getting enough response.
Please help me to dig out this problem.
Let me know if there is anything else i may help you with.
Thanks
I think its working in 7.0. I just created a task without describing project.
without project you want to add task is worthless.
But you can create task without describing project see if you are providing service than you don't need to create project every time for every customer so you can create task directly through task menu as #Ronak Shows
and you can manage it as well as

Spell Checker for TFS Work Items

I want to be able to check my spelling (and grammar) when I am entering text into work item fields (for example a PBI or Bug) in TFS VS2010. I found this addon and installed it. Is there anything else should I do besides run the installer? I can not find any spell checking buttons when I am inputting work items.
Any idea why this is happening?
What is wrong with the installation?
Is there any better way to add spell checking capability to work items in TFS?
After Installing the Custom Control you still need to manualy add the custom control to you work item definition.
Best way to do this is using the Process Editor from TFS Power Tools: http://visualstudiogallery.msdn.microsoft.com/c255a1e4-04ba-4f68-8f4e-cd473d6b971f
Hope this helps.
Regards,
Adam

Resources