
- #Youtrack login zip file
- #Youtrack login download
MailAttachment.DisplayName = attachment.DisplayName MailAttachment mailAttachment = new MailAttachment()
Save all the attachments in the temp directoryįoreach (Attachment attachment in attachments) String localTempDirectory = \TempYouTrackAttachments\",ĭirectory.CreateDirectory(localTempDirectory) MailItem myMailItem = (MailItem) inspector.CurrentItem Inspector inspector = application.ActiveInspector()
To create a YouTrack Issue from a Mail, you can do the following:įirst, add a Button to the Ribbon and implement the Click event:Īpplication application =. Change the property of the Ribbon for Office and for TabReadMessage. Add a Ribbon and change the property OfficeRibbon.RibbonType for. So I implemented a work around (leading to use mixed technics in the same project) which I'm not particularly proud of. I did not manage to use the "Attachment" feature of YouTrackSharp. Unfortunately, this project and its dependencies are not Strongly Signed which lead me to get the sources and include them in the attached solution for signing. YouTrack services are provided by the YouTrackSharp project from Hadi Hariri (many, many thanks to him). The Microsoft Project Add-in assumes that you are using LDAP /AD integration on both sides. Therefore, please take it as a copy-paste source! It is intended to help you reduce the waste of time that involves understanding 2 world-apart technologies. #Youtrack login zip file
This code contained in the zip file won't probably even compile in your environment. The Microsoft Project Add-in uses VSTO for Office 13. The Outlook Add-in was created using the VSTO for Office 10. Please accept all my apologies for the hard-coded bits -) The code of the sample project is unfortunately not great: I'm now IT Manager and don't have the luxury to make it perfect. Here are 2 Microsoft Office Add-ins to facilitate the work of the support people who receive e-mails that have to be entered in YouTrack or the project manager who does not want to synchronize manually YouTrack issues and Microsoft Project Tasks. JetBrains' YouTrack issue tracker is a fantastic tool. #Youtrack login download
Download YoutrackOfficeAddins.zip - 876.5 KB. oauth and /oauth but clearing the list and try again have not been successful. The list of Redirect URIs fills up with a bunch of different values, non that starts with hub. I've checked the Service-settings in the hub where the field Home URL contains I have tried to google for similar issues with no luck. If I replace the word hub in the uri with youtrack, I get access to YouTrack as if the login work perfectly. It adds /oauth?state=%2F to the url and thinks for about 20 seconds and then I get this url.
I'm going to the url: and it starts to load. I have an IIS-instance in front of both applications to use SSL.Įverything seems to be working just as planned, until I try to login to YouTrack. YouTrack required the old installation of the Hub to be active for the installation before I could swith over to the new one. I took a backup from both the Hub and YouTrack and successfully installed them on their respective machine. What we want to do is to have them run on one machine each, with different domainnames (, hub.domain,com, ). Today they currently run on the same machine, but on different ports and an IIS with rewrite-rules to enable SSL-traffic. I'm in the process of migrating our installation of Jetbrains Hub/YouTrack/TeamCity from one machine to three different ones.