Quantcast
Channel: YouTrackYouTrack (JT) - Bug and Issue Tracker
Viewing all 74845 articles
Browse latest View live

JT-47399: Expose icon and description via rest

$
0
0
Reporter Anna Zhdan (Anna.Zhdan) Anna Zhdan (Anna.Zhdan)
Created May 28, 2018 5:10:18 PM
Updated Dec 14, 2018 4:57:34 PM
Resolved Jun 5, 2018 12:22:41 PM
State Verified
Assignee Evgeny Naumenko (jk)
Subsystem Projects
Type Task
Priority Normal
Fix versions Unscheduled
Support markdown for description

JT-47401: Use HUB overview in YouTrack

$
0
0
Reporter Anna Zhdan (Anna.Zhdan) Anna Zhdan (Anna.Zhdan)
Created May 28, 2018 5:10:46 PM
Updated Dec 14, 2018 4:58:28 PM
Resolved Jun 6, 2018 3:40:37 PM
State Verified
Assignee Max Maximov (Maxim.Maximov)
Subsystem Projects
Type Task
Priority Normal
Fix versions Unscheduled

JT-47585: Hide project overview page under the feature flag

$
0
0
Reporter Max Maximov (Maxim.Maximov) Max Maximov (Maxim.Maximov)
Created Jun 9, 2018 3:11:15 AM
Updated Dec 14, 2018 4:58:54 PM
Resolved Jun 9, 2018 3:12:22 AM
State Without verification
Assignee Max Maximov (Maxim.Maximov)
Subsystem Projects
Type Task
Priority Normal
Fix versions Unscheduled

JT-50593: HTTP 401 Unauthorized

$
0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Nov 29, 2018 3:50:15 PM
Updated Dec 14, 2018 5:16:20 PM
Resolved Dec 14, 2018 5:16:20 PM
State Duplicate
Assignee Alexander Volfman (Alexander.Volfman)
Subsystem Workflow
Type Exception
Priority Major
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3

Original content visible to jetbrains team only for security reasons

JT-50743: Caching problem with state transition workflows

$
0
0
Reporter Liubov Dievskaia (Liubov.Dievskaia) Liubov Dievskaia (Liubov.Dievskaia)
Created Dec 7, 2018 9:50:12 PM
Updated Dec 14, 2018 5:16:20 PM
State Open
Assignee Alexander Volfman (Alexander.Volfman)
Subsystem Workflow
Type Bug
Priority Major
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3.47247

STR:

  1. Create a state transition workflow
  2. Detach it from the project

ER: Workflow stops working for issues on this particular project
AR: State custom field still looks like it's being managed by a workflow. Workflow is still functioning.

JT-50592: HTTP 401 Unauthorized

$
0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Nov 29, 2018 3:48:58 PM
Updated Dec 14, 2018 5:16:20 PM
Resolved Nov 30, 2018 10:08:29 AM
State Duplicate
Assignee Unassigned
Subsystem No Subsystem
Type Exception
Priority Major
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3

Original content visible to jetbrains team only for security reasons

JT-50846: Not visible toolbar with an open console

$
0
0
Reporter Andrey Sulyma (adsulyma) Andrey Sulyma (adsulyma)
Created Dec 14, 2018 6:27:12 PM
Updated Dec 14, 2018 6:30:54 PM
State In Progress
Assignee Maxim Erekhinskiy (maxim.erehinskiy)
Subsystem No Subsystem
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

When the console is closed there is no panel, when closed there is

JT-44622: HTML blocks in markdown not working

$
0
0
Reporter Enzi (martin.enzelsberger.1) Enzi (martin.enzelsberger.1)
Created Nov 28, 2017 12:03:32 PM
Updated Dec 14, 2018 6:34:17 PM
State Open
Assignee Unassigned
Subsystem Markdown
Type Feature
Priority Normal
Fix versions Unscheduled

What steps will reproduce the problem?

  1. HTML blocks are not recognized in markdown issues

What is the expected result?

HTML blocks should be recognized as HTML.

The docs state that YouTrack follows the CommonMark specification. HTML blocks are defined in section 4.6 of that spec

Example

This should not be visible at all:

<---
my commented stuff
-->

JT-50847: Can't add new custom field - custom field not visible in any issue

$
0
0
Reporter Roman Lonik (roman.lonik.1) Roman Lonik (roman.lonik.1)
Created Dec 14, 2018 10:56:48 PM
Updated Dec 14, 2018 10:59:00 PM
State Open
Assignee Anna Zhdan (Anna.Zhdan)
Subsystem Custom Fields
Type Bug
Priority Critical
Browser Chrome, Edge
OS Windows 10
Fix versions Unscheduled
Affected versions Unknown

What
I am the System Admin.
When I add new custom field it doesn't appear on the issue card (regardless of new issue or old issues).
The field is visible in the Project settings on Fields tab.
I it tried it with several proejcts and it behaves the same way.


It's a show-stopper for us as we can't add fields we need.

Version YouTrack 2018.3
Build 47247 Mon, Nov 19, 2018, 4:52:46 PM UTC

JT-50848: Syntax highlighting should use some more vibrant colors

$
0
0
Reporter Chris (vqrslogin) Chris (vqrslogin)
Created Dec 15, 2018 1:15:32 PM
Updated Dec 15, 2018 1:15:32 PM
State Open
Assignee Alexander Anisimov (xi-eye)
Subsystem Single Issue View
Type Cosmetics
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

Syntax highlighting could use some more distinctive colors. Currently, the different colors are almost indistinguishable:

Also, I think bold is a very weird choice for keywords. I think that gives too much emphasis to them.

The purple for class names (capitalized names) and teal for numbers are a bit too similar to black IMHO.

package generic.inference.in;

import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;

public class Lambda {
    class Data {
        double doubleValue = 123;
        int intValue;
        String stringValue;

        public double getDoubleValue() {
            return doubleValue;
        }

        public int getIntValue() {
            return intValue;
        }
    }
    public static void main(String[] args) {
        List<Data> data = new ArrayList<>();
        System.out.println("hello there " + "hello there" + "what?");

    }
}

JT-17667: Image is not live-previewed when commenting issues

$
0
0
Reporter Evgeny Goldin (Genie) Evgeny Goldin (Genie)
Created Nov 28, 2012 6:13:18 AM
Updated Dec 15, 2018 1:17:02 PM
State Open
Assignee Ekaterina Zaikina (Ekaterina_Zaikina)
Subsystem Markdown
Type Usability Problem
Priority Normal
Browser Chrome
OS Any OS
Fix versions Unscheduled
Affected versions 4.1.1, 5.0
When commenting an issue and attaching an image, using "!image.png!" syntax doesn't live-preview it, like it happens when creating a new issue:

JT-47928: When field is mandatory only when condition is met, it is impossible to change the field

$
0
0
Reporter Shay Solomon (fieldbit) Shay Solomon (fieldbit)
Created Jun 28, 2018 12:24:04 PM
Updated Dec 15, 2018 4:56:31 PM
Resolved Dec 15, 2018 4:56:23 PM
State Obsolete
Assignee Alexander Volfman (Alexander.Volfman)
Subsystem Workflow
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

What steps will reproduce the problem?

  1. Create some custom field (e.g. Fix-Version)
  2. Make it visible only if the state is "Resolved"
    3.Now change an issue from New to Resolved.
  3. A command window is opened,as expected, with the correct label that "Fix-Version is required"
  4. Set the Fix-Version to some value and press apply
  5. ERROR: "The Fix-Version field is not supported for issues with State: New"

Although I changed the state to Resolved.

What is the expected result?
The command windows should have been opened with action to change also the state, not only fix-version

What happens instead?

Please provide any additional information below.
When working in experiential view of issue page, it works!!!

JT-47900: No way to reset hidden conditional field if it has a default value

$
0
0
Reporter Anastasia Bartasheva (ana.bartasheva) Anastasia Bartasheva (ana.bartasheva)
Created Jun 26, 2018 5:11:14 PM
Updated Dec 15, 2018 5:00:12 PM
Resolved Dec 15, 2018 5:00:12 PM
State Fixed
Assignee Alexander Volfman (Alexander.Volfman)
Subsystem Workflow
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.2.42223
STR:
1. Have field A with values Value1 and Value2.
2. Have field B which is conditional and is displayed only if field A is set to Value1. Also, field B has a default value.
3. Have an issue with field A set to Value1 and field B set to anything.
4. In a workflow rule, copy issue using ctx.issue.copy() method.
5. For target (copied) issue, change the value of field A to Value2.

ER:
The value is successfully changed, field B becomes invisible

AR:
An error message "The Field B field is not supported for issues with Field A: Value 2" appears (attached). Also, there is no way to reset field B because it has the default value.
Works ok for fields without default values.

JT-49728: Youtrack Docker installation

$
0
0
Reporter OLUWATOSIN ADEGBAMIGBE (tosinbabs) OLUWATOSIN ADEGBAMIGBE (tosinbabs)
Created Oct 15, 2018 4:16:01 PM
Updated Dec 15, 2018 8:15:54 PM
Resolved Dec 15, 2018 8:15:54 PM
State Obsolete
Assignee Oleg Bakhirev (Oleg.Bakhirev)
Subsystem Core Functionality
Type Support Request
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown
Currently upgarding from a windows MSI installation to a Linux Docker setup and I am unable to set up a new Youtrack service in the external HUB. We use an external Hub for our current windows Youtrack version but when I try to setup a new docker version of youtrack, it overwrites the existing youtrack version on the hub. I need to be able to have the docker youtrack on the external hub without it overwriting the existing one. How do I point the new docker installation to a new service?

JT-50183: Downloading Time report in excel fails

$
0
0
Reporter Tamás Csomós (cstamas) Tamás Csomós (cstamas)
Created Nov 6, 2018 10:51:15 AM
Updated Dec 15, 2018 8:17:16 PM
Resolved Dec 15, 2018 8:17:16 PM
State Obsolete
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Reports
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.2.42133

What steps will reproduce the problem?

  1. Have a time report calculated with some data in it
  2. Download as Excel

What is the expected result?
Valid excel file is downloaded with data from time report.

What happens instead?
Zero length file is downloaded.

Please provide any additional information below.
From youtrack-stderr.log

[2018-11-06 07:35:28,230] 07:35:28,170 ERROR [@p302561108-5847] [ErrorExceptionMapper          ] [cst@ip] Caught exception during request processing at GET /api/reports/105-5/export/xlsx requested by Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605.
...

[2018-11-06 07:35:28,230] 07:35:28,170 ERROR [@p302561108-5847] [ErrorExceptionMapper ] [cst@ip] Caught exception during request processing at GET /api/reports/105-5/export/xlsx requested by Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/605. 1.15 (KHTML, like Gecko) Version/12.0 Safari/605.1.15 [2018-11-06 07:35:28,230] java.lang.NullPointerException: null [2018-11-06 07:35:28,230] at sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1264) ~[?:1.8.0_131] [2018-11-06 07:35:28,230] at sun.awt.FontConfiguration.readFontConfigFile(FontConfiguration.java:219) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at sun.awt.FontConfiguration.init(FontConfiguration.java:107) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at sun.awt.X11FontManager.createFontConfiguration(X11FontManager.java:774) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at sun.font.SunFontManager$2.run(SunFontManager.java:431) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at sun.font.SunFontManager.<init>(SunFontManager.java:376) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at sun.awt.FcFontManager.<init>(FcFontManager.java:35) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at sun.awt.X11FontManager.<init>(X11FontManager.java:57) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at java.lang.Class.newInstance(Class.java:442) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at sun.font.FontManagerFactory$1.run(FontManagerFactory.java:83) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at sun.font.FontManagerFactory.getInstance(FontManagerFactory.java:74) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at java.awt.Font.getFont2D(Font.java:491) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at java.awt.Font.canDisplayUpTo(Font.java:2060) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at java.awt.font.TextLayout.singleFont(TextLayout.java:470) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at java.awt.font.TextLayout.<init>(TextLayout.java:531) ~[?:1.8.0_131] [2018-11-06 07:35:28,231] at org.apache.poi.ss.util.SheetUtil.getDefaultCharWidth(SheetUtil.java:275) ~[poi-3.17.jar:3.17] [2018-11-06 07:35:28,231] at org.apache.poi.xssf.streaming.AutoSizeColumnTracker.<init>(AutoSizeColumnTracker.java:117) ~[poi-ooxml-3.17.jar:3.17] [2018-11-06 07:35:28,231] at org.apache.poi.xssf.streaming.SXSSFSheet.<init>(SXSSFSheet.java:82) ~[poi-ooxml-3.17.jar:3.17] [2018-11-06 07:35:28,231] at org.apache.poi.xssf.streaming.SXSSFWorkbook.createAndRegisterSXSSFSheet(SXSSFWorkbook.java:658) ~[poi-ooxml-3.17.jar:3.17] [2018-11-06 07:35:28,231] at org.apache.poi.xssf.streaming.SXSSFWorkbook.createSheet(SXSSFWorkbook.java:679) ~[poi-ooxml-3.17.jar:3.17] [2018-11-06 07:35:28,232] at jetbrains.youtrack.reports.export.XlsxWriter.<init>(XlsxWriter.kt:18) ~[youtrack-reports-2018.2.jar:?] [2018-11-06 07:35:28,232] at jetbrains.youtrack.reports.export.XlsxDataExporter.export(XlsxDataExporter.kt:27) ~[youtrack-reports-2018.2.jar:?] [2018-11-06 07:35:28,232] at jetbrains.youtrack.reports.export.XlsxDataExporter.export(XlsxDataExporter.kt:38) ~[youtrack-reports-2018.2.jar:?] [2018-11-06 07:35:28,232] at jetbrains.youtrack.reports.ReportsResource$getElementResource$1.exportReportXlsx(ReportsResource.kt:95) ~[youtrack-reports-2018.2.jar:?] [2018-11-06 07:35:28,232] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131] [2018-11-06 07:35:28,232] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131] [2018-11-06 07:35:28,232] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131] [2018-11-06 07:35:28,232] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131] [2018-11-06 07:35:28,232] at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81) ~[jersey-server-2.22.2.jar:?] [2018-11-06 07:35:28,232] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher$1.run(AbstractJavaResourceMethodDispatcher.java:144) ~[jersey-server-2.22.2.jar:?] [2018-11-06 07:35:28,232] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.invoke(AbstractJavaResourceMethodDispatcher.java:161) ~[jersey-server-2.22.2.jar:?] [2018-11-06 07:35:28,232] at org.glassfish.jersey.server.model.internal.JavaResourceMethodDispatcherProvider$VoidOutInvoker.doDispatch(JavaResourceMethodDispatcherProvider.java:143) ~[jersey-server-2.22.2.jar:?] [2018-11-06 07:35:28,232] at org.glassfish.jersey.server.model.internal.AbstractJavaResourceMethodDispatcher.dispatch(AbstractJavaResourceMethodDispatcher.java:99) ~[jersey-server-2.22.2.jar:?] [2018-11-06 07:35:28,232] at org.glassfish.jersey.server.model.ResourceMethodInvoker.invoke(ResourceMethodInvoker.java:389) ~[jersey-server-2.22.2.jar:?] [2018-11-06 07:35:28,232] at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:347) ~[jersey-server-2.22.2.jar:?] [2018-11-06 07:35:28,233] at org.glassfish.jersey.server.model.ResourceMethodInvoker.apply(ResourceMethodInvoker.java:102) ~[jersey-server-2.22.2.jar:?] [2018-11-06 07:35:28,233] at org.glassfish.jersey.server.ServerRuntime$2.run(ServerRuntime.java:326) [jersey-server-2.22.2.jar:?] [2018-11-06 07:35:28,233] at org.glassfish.jersey.internal.Errors$1.call(Errors.java:271) [jersey-common-2.22.2.jar:?] [2018-11-06 07:35:28,233] at org.glassfish.jersey.internal.Errors$1.call(Errors.java:267) [jersey-common-2.22.2.jar:?] [2018-11-06 07:35:28,233] at org.glassfish.jersey.internal.Errors.process(Errors.java:315) [jersey-common-2.22.2.jar:?] [2018-11-06 07:35:28,233] at org.glassfish.jersey.internal.Errors.process(Errors.java:297) [jersey-common-2.22.2.jar:?] [2018-11-06 07:35:28,233] at org.glassfish.jersey.internal.Errors.process(Errors.java:267) [jersey-common-2.22.2.jar:?] [2018-11-06 07:35:28,233] at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:317) [jersey-common-2.22.2.jar:?] [2018-11-06 07:35:28,233] at org.glassfish.jersey.server.ServerRuntime.process(ServerRuntime.java:305) [jersey-server-2.22.2.jar:?] [2018-11-06 07:35:28,233] at org.glassfish.jersey.server.ApplicationHandler.handle(ApplicationHandler.java:1154) [jersey-server-2.22.2.jar:?] [2018-11-06 07:35:28,233] at org.glassfish.jersey.servlet.WebComponent.serviceImpl(WebComponent.java:473) [jersey-container-servlet-core-2.22.2.jar:?] [2018-11-06 07:35:28,233] at org.glassfish.jersey.servlet.WebComponent.service(WebComponent.java:427) [jersey-container-servlet-core-2.22.2.jar:?] [2018-11-06 07:35:28,233] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:388) [jersey-container-servlet-core-2.22.2.jar:?] [2018-11-06 07:35:28,233] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:341) [jersey-container-servlet-core-2.22.2.jar:?] [2018-11-06 07:35:28,233] at org.glassfish.jersey.servlet.ServletContainer.service(ServletContainer.java:228) [jersey-container-servlet-core-2.22.2.jar:?] [2018-11-06 07:35:28,233] at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:848) [jetty-servlet-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,233] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1772) [jetty-servlet-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,233] at jetbrains.youtrack.webapp.filters.SecurityResponseHeadersFilter.doFilter(SecurityResponseHeadersFilter.kt:18) [youtrack-webapp-2018.2.jar:?] [2018-11-06 07:35:28,233] at jetbrains.youtrack.webapp.filters.FilterAdapter.doFilter(FilterAdapter.kt:25) [youtrack-webapp-2018.2.jar:?] [2018-11-06 07:35:28,233] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [jetty-servlet-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,233] at jetbrains.youtrack.webapp.filters.LoggingServletRequestFilter.doFilter(LoggingServletRequestFilter.kt:32) [youtrack-webapp-2018.2.jar:?] [2018-11-06 07:35:28,233] at jetbrains.youtrack.webapp.filters.FilterAdapter.doFilter(FilterAdapter.kt:25) [youtrack-webapp-2018.2.jar:?] [2018-11-06 07:35:28,233] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [jetty-servlet-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,233] at jetbrains.youtrack.gaprest.filters.HttpContextAccessorFilter.doFilter(HttpContextAccessorFilter.kt:22) [youtrack-gap-rest-2018.2.jar:?] [2018-11-06 07:35:28,234] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [jetty-servlet-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,234] at jetbrains.youtrack.webapp.filters.MdcProviderServletFilter.doFilter(MdcProviderServletFilter.kt:17) [youtrack-webapp-2018.2.jar:?] [2018-11-06 07:35:28,234] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [jetty-servlet-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,234] at webr.framework.controller.BaseApplicationServletFilter.doFilter(BaseApplicationServletFilter.java:24) [jetbrains.mps.webr.runtime-3420.jar:?] [2018-11-06 07:35:28,234] at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759) [jetty-servlet-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,235] at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582) [jetty-servlet-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,235] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,235] at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,235] at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548) [jetty-security-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,235] at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,235] at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,235] at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512) [jetty-servlet-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,235] at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,235] at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,235] at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,235] at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,236] at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:119) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,236] at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,236] at org.eclipse.jetty.server.Server.handle(Server.java:534) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,236] at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,236] at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251) [jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,236] at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) [jetty-io-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,236] at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) [jetty-io-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,236] at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) [jetty-io-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,236] at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303) [jetty-util-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,236] at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) [jetty-util-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,236] at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) [jetty-util-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,236] at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) [jetty-util-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,236] at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) [jetty-util-9.3.20.v20170531.jar:9.3.20.v20170531] [2018-11-06 07:35:28,236] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]


JT-47551: Burndown only working days

$
0
0
Reporter Kleber Dias (kleberdias) Kleber Dias (kleberdias)
Created Jun 6, 2018 8:16:58 PM
Updated Dec 15, 2018 8:20:29 PM
Resolved Dec 15, 2018 8:20:28 PM
State Obsolete
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Reports
Type Feature
Priority Normal
Fix versions Unscheduled

Please, it would be possible to make the Burndown consider only working days

JT-47697: Can't start YouTrack with external Hub service

$
0
0
Reporter Andrey Semakin (br0ke) Andrey Semakin (br0ke)
Created Jun 18, 2018 9:53:11 AM
Updated Dec 15, 2018 8:20:42 PM
Resolved Dec 15, 2018 8:20:42 PM
State Obsolete
Assignee Alexey Barsov (alexey_barsov)
Subsystem No Subsystem
Type Support Request
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

What steps will reproduce the problem?

  1. Set up Hub service in Docker (jetbrains/hub:2018.2.9774) accessible for example on http://192.168.100.42:8082;
  2. Start YouTrack in Docker (jetbrains/youtrack:2018.2.42337) on http://192.168.100.42:8080, make it to use external Hub;
  3. Wait ~5 minutes;
  4. See logs.

What is the expected result?
Working YouTrack with external Hub service.

What happens instead?
Set up process of YouTrack seems to got stuck via browser. Errors in logs.

$ uname -a
Linux youtrack2 4.15.0-23-generic #25-Ubuntu SMP Wed May 23 18:02:16 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

$ docker -v
Docker version 18.05.0-ce, build f150324

JT-49551: Bitnami/Jar file upgrade to 2018.2 + 2018.3! does not work

$
0
0
Reporter Thomas Kilgus (tomwaitforitmy) Thomas Kilgus (tomwaitforitmy)
Created Oct 3, 2018 7:18:33 PM
Updated Dec 15, 2018 8:23:43 PM
Resolved Dec 15, 2018 8:23:43 PM
State Obsolete
Assignee Alexey Barsov (alexey_barsov)
Subsystem No Subsystem
Type Support Request
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

What steps will reproduce the problem?

  1. Download and install Bitnami + YouTrack Version 2017.2 (https://bitnami.com/redirect/to/320537/youtrack-2017.2.32582-6-windows-installer.exe)
  2. Download YouTrack 2018.2 Jar file (https://download.jetbrains.com/charisma/youtrack-2018.2.45146.jar)
  3. Shutdown Youtrack Service AND Apache (using Bitnami\youtrack-2017.2.32582-5\manager-windows.exe)
  4. Copy YouTrack-2018.2.jar to Bitnami\youtrack-<old-version>\apps\youtrack
  5. Rename Bitnami\youtrack-<old-version>\apps\youtrack\youtrack.jar to youtrack-<old-version>.jar
  6. Rename youtrack-2018.2.jar to youtrack.jar
  7. Restart Apache and YouTrack via Bitnami (using Bitnami\youtrack-2017.2.32582-5\manager-windows.exe)

What is the expected result?
Youtrack service should start again with version 2018.2

What happens instead?
Youtrack starts and stops after a brief moment

Please provide any additional information below.
Attach a code sample as text, a screenshot or screencast if possible
If you use 2018.1 instead, everything works fine. I have also done this before successfully with 2017.3, so it has something to do with 2018.2. I am not sure if this is related to bitnami or not.

JT-48708: Zendesk integration two way sync not working when "Set Zendesk user as reporter — if no such user is found in YouTrack, create a new user account for the Zendesk user" option is selected

$
0
0
Reporter Christopher Bennett (christoperb) Christopher Bennett (christoperb)
Created Aug 14, 2018 3:19:31 PM
Updated Dec 15, 2018 8:34:02 PM
Resolved Dec 15, 2018 8:33:58 PM
State Without verification
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Zendesk Integration
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2018.3
Affected versions Unknown
  1. When I select "Set Zendesk user as reporter — if no such user is found in YouTrack, create a new user account for the Zendesk user" option integrating zendesk and youtrack, comments made in youtrack are not replicated inside zendesk. But comments in zendesk are replicated inside youtrack.
    Two way sync works fine when the other option "Set predefined user as reporter" is selected.

  2. Is there a way to automatically ban the new accounts that are made using a ticket that came from zendesk? This would allow for user information to be passed into youtrack whilst not taking up valueable licenses

JT-48676: move field content

$
0
0
Reporter Mehrdad (indeed_1) Mehrdad (indeed_1)
Created Aug 13, 2018 12:51:21 AM
Updated Dec 15, 2018 8:35:04 PM
Resolved Dec 15, 2018 8:35:04 PM
State Obsolete
Assignee Anastasia Bartasheva (ana.bartasheva)
Subsystem No Subsystem
Type Support Request
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown
Hi,
I want to move field content to another filed , how can I do this for 100 issues?

Thanks,
Viewing all 74845 articles
Browse latest View live




Latest Images