I am in charge of a team of developers that has experienced a high rate of turnover. I have 100 some code reviews in "requested" status because the developer didn't close them before leaving the company. I took ownership of these in TFS by right clicking and assigning to myself, but it is not giving me the option of closing.
According to this link I should be able to download an excel sheet and do a "bulk" update:
Please try this workaround: create a work query to get all that user’s Code Review Request work items which in Requested state, save this work item query and open this query in Excel, then edit them work items in Excel to change the state to Closed, then click Publish button to publish the updates to TFS Server.
I do not see any way to do this either.
What are my options here?
All code review requests are in fact a TFS work item. You can close them in bulk by bulk updating them using Excel, just as you would do for any other work item.
The way to do is to open your code reviews query from the link on the top right of Code Reviews section in Team Explorer
Once you are in query mode, click on "Save query" to save your code review query. Now click on the "Open query in Excel" button
This would open up an excel sheet for you. Change the State of each of code review work item that you would like to update. Then click on the the Team menu and use the "Publish" button to make your changes in TFS.
Related
I am trying to pubish my Winforms app to the Microsoft Store. My solution uses a Packaging project, and I selected "Publish" from the Packaging App in Visual Studio 2019.
I first selected item #1 in the screenshot below and went through the steps there (selecting the "Finish" button, which gave no feedback); then I selected item #2. There were also no messages after associating my app with the Store (either that it failed or not).
So I searched the Microsoft Store for my app, and it was not there...
What do I need yet to do, or what did I do wrong? What is the next step after associating my app to actually upload it?
By looking through screenshots I'd taken of a previous Microsoft Store submission, I was able to see that you must go here to submit your app:
https://partner.microsoft.com/en-us/dashboard/products/
...to submit an app; but from where do you reach this otherwise (if you don't already have the URL squirreled away somewhere)? It's odd that the submission page is hidden or at least so hard to find. Does MS actively discourage uploads of apps by making the process difficult?
It seems to me there should be an Upload option right from the Microsoft Store that would lead you to this page.
I'm getting mails from jira for all tasks I'm ASSIGNEE to
This is a good,except I want to avoid getting mail every change/comment I make on this task
I couldn't find any settings in my account, Can this be disabled?
I read in jira that it should be the case by default
Jira's default setting is to not notify users of their own changes. This can be changed on a per user basis via their profile preferences.
You can do this via the Preferences page in JIRA. Detailed instructions are here.
Click on your Profile on the top right of the screen.
Click the pencil next to Preferences.
Change the My Changes dropdown value to Do not notify me.
You should now no longer get emails for actions you've done on a ticket. The only downside is that you'll now also no longer get notifications when you create a ticket.
Am new to iOS,
successfully I can submit the app to app store but I want know how many members are dowloaded my app, I connect to iTunes and searched into the sales and trends am not understand where I have to get installation/download
in google play store showing the download count ,
where I can get the download/installation count in iOS
pls help me ....!
Login to itunesconnect.apple.com.
Tap on 'App Analytics'.
Select your app from the list.
On the top menu bar, select 'Metrics'.
On the side menu bar, select 'Installations'.
Only owner of the application can see total downloads of the application. Third person can't able to see total downloads of the application.
Also you can find total download with the below path.
1. Login to itunesconnect.apple.com
2. Click on "Sales and Trends"
3. Select "Range" for lifetime.
How To Check Download Count
AppStore
Goto: https://appstoreconnect.apple.com/login
Click on : Sales and Trends
Click : Units from the left tab
Change Filter : Click date and change to range:lifetime
All the best Good luck to all.
Agreed on #shahnilay86 and #Basheer
I used below code to add menu it's working in one machine but not working on another machine
ISubscriptionMsgSetRequest _menuSet = GetSubscribeMsgRequest();
IUIExtensionSubscriptionAdd query = _menuSet.AppendUIExtensionSubscriptionAddRq();
query.SubscriberID.SetValue(SUBSCRIBER_ID.ToString("B"));
query.COMCallbackInfo.AppName.SetValue(AppName);
I am not getting any issue, actually i am not clear with the code
i have taken code from this url
check all steps one by one
Run your code using administrator account
When you will run you code check whether response status is 0? - if it is 0 then continue else check status message and update in your question
check whether below code is present
InformManager.SubscribeToQBUIExtensionEvents(handleMenuEvents);
ATTACHED EVENT OF MENU CLICK
After successful execution open Quickbook as administrator
Then you will get Authorisation box - Allow your plugin to add menu in quickbook, it is required.
If you dont get any Autorisation box then go in Edit menu in Quickbook
Edit->Preference->IntegratedApplication->Company Reference
Remove your app if it is present, and close & open QB again you will get Autorisation Box
Close you Quickbook
Open Quickbook as normal user then check your menus and their events
If events are not present again you need to check you event attached code.
10.Happy Quickbook coding
If you have any concern regarding Quickbook feel free to ask.
I'm currently trying to find out if there is a way to allow our nightly build application users to submit bug items to TFS. Everything is developed and used within our private network so there aren't any security issues of that nature that I am aware of. I don't necessarily need them to be able to assign the bug specifics, but give a title and a description. It could be equally valuable if users can submit to an issue tracking page on the TFS Project Site.
Application Language: C#
Possible Workflow:
User encounters an issue while using the application
User click feedback button that is only shown in the nightly build
User fills form detailing issue
User clicks submit
Information including user's name is sent to the TFS server and a new bug item is created
Developers receive a notification (using tfs reporting) and assigns bug appropriately
Developer contacts user to elaborate on the issue
Developer fixes bug
You can use the existing work items, along with the work item web access feature (WIWA) to allow them to enter the bugs. I believe there isn't a license requirement for them to enter and view their own work items.
WIWA is (default) located at: http://tfs:8090/wiwa