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

JT-50024: Fix passing messages

0
0
Reporter Anna Zhdan (Anna.Zhdan) Anna Zhdan (Anna.Zhdan)
Created Oct 29, 2018 5:57:21 PM
Updated Nov 9, 2018 7:54:04 PM
Resolved Nov 8, 2018 3:32:55 PM
State Fixed
Assignee Anna Zhdan (Anna.Zhdan)
Subsystem Issue Creation
Type Task
Priority Normal
Fix versions Unscheduled

JT-50246: Create draft with a link with a one request

0
0
Reporter Alexander Anisimov (xi-eye) Alexander Anisimov (xi-eye)
Created Nov 9, 2018 7:26:16 PM
Updated Nov 9, 2018 7:54:04 PM
State Open
Assignee Unassigned
Subsystem Issue Creation
Type Task
Priority Normal
Fix versions Unscheduled

Since JT-50024 might be broken now.
Here the instraction JT-50198 how to achieve it.

JT-50240: Changing Project owner is not possible anymore

0
0
Reporter Julian Hügel (jhuegel) Julian Hügel (jhuegel)
Created Nov 9, 2018 4:26:03 PM
Updated Nov 9, 2018 9:16:21 PM
Resolved Nov 9, 2018 4:47:31 PM
State Verified
Assignee Evgeny Naumenko (jk)
Subsystem Projects
Type Bug
Priority Major
Browser Any Browser
OS Any OS
Fix versions 2018.3.47078
Affected versions 2018.3.47010

What steps will reproduce the problem?

  1. Create a new project (type=Standard)
  2. Try to change the project owner without setting any other fields.
  3. Save changes

What is the expected result?
The new project owner should be assigned.

What happens instead?
Form validation error will be shown saying Email and personal Name empty.
See right corner of screenshot below:

JT-49914: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty

0
0
Reporter Leonid Rudenko (Leonid.Rudenko) Leonid Rudenko (Leonid.Rudenko)
Created Oct 23, 2018 7:39:55 PM
Updated Nov 9, 2018 9:16:24 PM
Resolved Nov 4, 2018 12:23:08 AM
State Verified
Assignee Evgeny Naumenko (jk)
Subsystem SSL
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2018.3.47078
Affected versions Unknown

Scenario:

  1. Set up Hub in docker with HTTPS
docker run -d -p 7777:8080 -p 8443:8443 jetbrains/hub:bundle-test-1.4.489

Hub Base URL: https://<HOSTNAME>:8443
Provide certificate and private key for your <HOSTNAME> in wizard.
2) Set up YouTrack with HTTP and built-in Hub

docker run -d -p 7778:8080 jetbrains/youtrack:bundle-test-1.4.489

YouTrack Base URL: http://<HOSTNAME>:7778
3) Open YouTrack configurator http://<HOSTNAME>:7778/bundle/admin/login and log in
4) Migrate to external Hub https://<HOSTNAME>:8443, accept certificate
5) When migration is finished, open http://<HOSTNAME>:7778/bundle/srating page

Problem: YouTrack can't connect to external Hub

Can't create Hub client for https://unit-826.times.labs.intellij.net:8443/hub. Reason: javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty

http://unit-826.times.labs.intellij.net:7778/bundle/admin/login

JT-50244: There is no subscription for new created instances for root user

0
0
Reporter Mikhail Kapusta (Mikhail.Kapusta) Mikhail Kapusta (Mikhail.Kapusta)
Created Nov 9, 2018 6:28:50 PM
Updated Nov 9, 2018 9:18:18 PM
Resolved Nov 9, 2018 7:15:00 PM
State Verified
Assignee Pavel Nikolaev (pasha)
Subsystem Notifications
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2018.3.47078
Affected versions Unknown
  1. Create new instance
  2. Open root profile
    AR:

JT-49836: Inconsistent work items copy when cloning the issue

0
0
Reporter Anastasia Bartasheva (ana.bartasheva) Anastasia Bartasheva (ana.bartasheva)
Created Oct 18, 2018 11:56:04 PM
Updated Nov 9, 2018 11:02:12 PM
Resolved Oct 19, 2018 3:23:41 PM
State Fixed
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Time Tracking
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2018.3.47010
Affected versions 2018.3.46581

STR:

  1. Create an issue in a project with time tracking enabled
  2. Add some work items - now you have several work items displayed in the time tracking tab and spent time field specified accordingly
  3. Clone issue
  4. Check cloned issue work items

ER: no work items, spent time field is reset
AR: work items are copied from the initial issue, spent time field is reset

  1. Delete the cloned issue
  2. Go to the initial issue, check its work items

ER: Work items are still there, spent time field is unchanged
AR: No work items left in the time tracking tab, spent time field is unchanged

Reproduced only on 2018.3
2018.2 works as expected

JT-48502: Support connections from YouTrack Standalone installations to YouTrack App for Slack

0
0
Reporter Scott Adams (Scott.Adams) Scott Adams (Scott.Adams)
Created Jul 31, 2018 1:31:27 PM
Updated Nov 10, 2018 12:31:05 AM
State Open
Assignee Unassigned
Subsystem Konnector App
Type Feature
Priority Normal
Fix versions Unscheduled

JT-41893: Lose image when insert from clipboard if description is empty

0
0
Reporter Pavlo Zhukov (grodas.p35) Pavlo Zhukov (grodas.p35)
Created Jun 7, 2017 4:36:09 PM
Updated Nov 10, 2018 3:39:09 AM
State Open
Assignee Ekaterina Zaikina (Ekaterina_Zaikina)
Subsystem Issue Creation
Type Bug
Priority Normal
Browser Chrome
OS Windows 7
Fix versions Unscheduled
Affected versions Unknown
When I attaching image to description at first it lost

  1. Insert image into description
  2. Choose another project
  3. Clear description area
  4. Make some screenshot to clipboard
  5. Insert into description field

Recorded example

JT-50247: YouTrack with SSL enabled crashes with NoSuchMethodError in SSLSessionImpl with latest OpenJDK-8 on Ubuntu

0
0
Reporter Ilya Lipnitskiy (ilya.lipnitskiy) Ilya Lipnitskiy (ilya.lipnitskiy)
Created Nov 10, 2018 5:03:33 AM
Updated Nov 10, 2018 5:03:33 AM
State Submitted
Assignee Unassigned
Subsystem No Subsystem
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

What steps will reproduce the problem?

  1. Update to latest openjdk-8 in Ubuntu 16.04 (8u181-b13-1ubuntu0.16.04.1)
  2. Run YouTrack 2018.3 build 47010 with SSL enabled (standalone JAR, bundled Hub)
  3. Attempt to connect to YouTrack or just observe youtrack-stderr.log

What is the expected result?
As a JetBrains customer, we expect YouTrack to boot and respond successfully on a standard Ubuntu 16.04 system with the latest openjdk-8 package.

What happens instead?
YouTrack does not start correctly.

The latest openjdk-8 update on Ubuntu contains the following backported change from 8u191:

  • CVE-2018-3180, S8202613: Improve TLS connections stability.

The change to SSLSessionImpl can be examined here: http://hg.openjdk.java.net/jdk8u/jdk8u/jdk/rev/7f473886abb4

More info and context:

It appears that certain libraries within YouTrack rely on sun.* non-public APIs (Why Developers Should Not Write Programs That Call 'sun' Packages). While it is understandable that 3rd party libraries are hard to control, JetBrains could work to fix those libraries (or update them to later versions), ship multiple dependency versions that are compatible with both old and new SSLSessionImpl or choose alternatives that use public Java APIs.

Relevant excerpts from youtrack-stderr.log:
Call into sun.security.ssl.Handshaker from org.eclipse.jetty.io.ssl.SslConnection:

[2018-11-08 17:09:55,215] [YouTrack Error] [2018-11-08 17:09:55,203]   WARN - y.util.thread.QueuedThreadPool -   
[2018-11-08 17:09:55,215] [YouTrack Error] java.lang.NoSuchMethodError: sun.security.ssl.SSLSessionImpl.<init>(Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/CipherSuite;Ljava/util/Collection;Ljava/security/SecureRandom;Ljava/lang/String;IZ)V
[2018-11-08 17:09:55,215] [YouTrack Error]      at sun.security.ssl.ServerHandshaker.clientHello(ServerHandshaker.java:787) ~[?:1.8.0_181]
[2018-11-08 17:09:55,215] [YouTrack Error]      at sun.security.ssl.ServerHandshaker.processMessage(ServerHandshaker.java:232) ~[?:1.8.0_181]
[2018-11-08 17:09:55,215] [YouTrack Error]      at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1052) ~[?:1.8.0_181]
[2018-11-08 17:09:55,215] [YouTrack Error]      at sun.security.ssl.Handshaker$1.run(Handshaker.java:992) ~[?:1.8.0_181]
[2018-11-08 17:09:55,215] [YouTrack Error]      at sun.security.ssl.Handshaker$1.run(Handshaker.java:989) ~[?:1.8.0_181]
[2018-11-08 17:09:55,216] [YouTrack Error]      at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_181]
[2018-11-08 17:09:55,216] [YouTrack Error]      at sun.security.ssl.Handshaker$DelegatedTask.run(Handshaker.java:1467) ~[?:1.8.0_181] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.fill(SslConnection.java:687) ~[jetty-io-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.server.NegotiatingServerConnection.fill(NegotiatingServerConnection.java:153) ~[jetty-server-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.server.NegotiatingServerConnection.onFillable(NegotiatingServerConnection.java:98) ~[jetty-server-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) ~[jetty-io-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) ~[jetty-io-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:251) ~[jetty-io-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283) ~[jetty-io-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108) ~[jetty-io-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93) ~[jetty-io-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303) ~[jetty-util-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,216] [YouTrack Error]      at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148) ~[jetty-util-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,217] [YouTrack Error]      at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136) ~[jetty-util-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,217] [YouTrack Error]      at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671) ~[jetty-util-9.3.24.v20180605.jar:9.3.24.v20180605] 
[2018-11-08 17:09:55,217] [YouTrack Error]      at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589) [jetty-util-9.3.24.v20180605.jar:9.3.24.v20180605]
[2018-11-08 17:09:55,217] [YouTrack Error]      at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181] 

Call into sun.net.www.protocol.https.HttpsURLConnectionImpl from org.glassfish.jersey.client.internal.HttpUrlConnector

[2018-11-08 17:10:19,787] [YouTrack Error] [2018-11-08 17:10:19,783]  ERROR - dle.util.hub.HubServiceUpdater - Cannot update services information in Hub
[2018-11-08 17:10:19,788] [YouTrack Error] com.jetbrains.bundle.hub_client.util.validation.HubUrlValidationException: sun.security.ssl.SSLSessionImpl.<init>(Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/CipherSuite;Ljava/util/Collection;Lsun/security/ssl/SessionId;Ljava/lang/String;IZ)V
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.hub_client.util.HubClientProvider.buildAndValidateHubClient(HubClientProvider.java:156) ~[hub-client-util-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.hub_client.util.HubClientProvider.validateAndRememberHubClient(HubClientProvider.java:90) ~[hub-client-util-1.4.434.jar:?] 
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.hub_client.util.HubClientProvider.getHubClient(HubClientProvider.java:79) ~[hub-client-util-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.hub_client.util.BundleHubClient.getHubClient(BundleHubClient.java:188) ~[hub-client-util-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.hub_client.util.BundleHubClient.getBundleHubAccountsClient(BundleHubClient.java:111) ~[hub-client-util-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.util.hub.HubServiceUpdater.updateHubInfo(HubServiceUpdater.java:213) ~[bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.util.hub.HubServiceUpdater.update(HubServiceUpdater.java:54) [bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.services.impl.HubConfiguratorService.configureHubServices(HubConfiguratorService.java:87) [bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.services.impl.HubConfiguratorService.doStart(HubConfiguratorService.java:64) [bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.services.impl.ServiceBase.start(ServiceBase.java:65) [bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.Services.startService(Services.java:627) [bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.Services.startAllServices(Services.java:554) [bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.Services.start(Services.java:534) [bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.BundleMain.start(BundleMain.java:208) [bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at com.jetbrains.bundle.BundleMain.start(BundleMain.java:167) [bundle-1.4.434.jar:?]
[2018-11-08 17:10:19,788] [YouTrack Error]      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181]
[2018-11-08 17:10:19,788] [YouTrack Error]      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_181]
[2018-11-08 17:10:19,788] [YouTrack Error]      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_181]
[2018-11-08 17:10:19,788] [YouTrack Error]      at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at com.jetbrains.bundle.bootstrap.Bundle$EntryPointProvider$1.invoke(Bundle.java:92) [bundle-bootstrap-1.4.434.jar:?]
[2018-11-08 17:10:19,789] [YouTrack Error]      at com.sun.proxy.$Proxy18.start(Unknown Source) [?:?]
[2018-11-08 17:10:19,789] [YouTrack Error]      at com.jetbrains.launcher.AppProxy$6$1.call(AppProxy.java:99) [youtrack-wrapper.jar:1.0.117]
[2018-11-08 17:10:19,789] [YouTrack Error]      at com.jetbrains.launcher.AppProxy$6$1.call(AppProxy.java:97) [youtrack-wrapper.jar:1.0.117]
[2018-11-08 17:10:19,789] [YouTrack Error]      at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error] Caused by: java.lang.NoSuchMethodError: sun.security.ssl.SSLSessionImpl.<init>(Lsun/security/ssl/ProtocolVersion;Lsun/security/ssl/CipherSuite;Ljava/util/Collection;Lsun/security/ssl/SessionId;Ljava/lang/String;IZ)V
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.security.ssl.ClientHandshaker.serverHello(ClientHandshaker.java:723) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:210) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1052) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.security.ssl.Handshaker.process_record(Handshaker.java:987) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1072) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1385) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1397) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559) ~[?:1.8.0_181]
[2018-11-08 17:10:19,789] [YouTrack Error]      at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185) ~[?:1.8.0_181]
[2018-11-08 17:10:19,790] [YouTrack Error]      at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1564) ~[?:1.8.0_181]
[2018-11-08 17:10:19,790] [YouTrack Error]      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1492) ~[?:1.8.0_181]
[2018-11-08 17:10:19,790] [YouTrack Error]      at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480) ~[?:1.8.0_181]
[2018-11-08 17:10:19,790] [YouTrack Error]      at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:347) ~[?:1.8.0_181]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.client.internal.HttpUrlConnector._apply(HttpUrlConnector.java:351) ~[jersey-client-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.client.internal.HttpUrlConnector.apply(HttpUrlConnector.java:246) ~[jersey-client-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.client.ClientRuntime.invoke(ClientRuntime.java:255) ~[jersey-client-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.client.JerseyInvocation$2.call(JerseyInvocation.java:700) ~[jersey-client-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.internal.Errors.process(Errors.java:315) ~[jersey-common-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.internal.Errors.process(Errors.java:297) ~[jersey-common-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.internal.Errors.process(Errors.java:228) ~[jersey-common-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.process.internal.RequestScope.runInScope(RequestScope.java:444) ~[jersey-common-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.client.JerseyInvocation.invoke(JerseyInvocation.java:696) ~[jersey-client-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.client.JerseyInvocation$Builder.method(JerseyInvocation.java:420) ~[jersey-client-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at org.glassfish.jersey.client.JerseyInvocation$Builder.get(JerseyInvocation.java:316) ~[jersey-client-2.20.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at jetbrains.jetpass.client.oauth2.OAuth2Client.getHubScope(OAuth2Client.kt:44) ~[hub-client-all-2018.1.8679.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at jetbrains.jetpass.client.accounts.BaseAccountsClient.checkServiceCredentials(BaseAccountsClient.kt:51) ~[hub-client-all-2018.1.8679.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      at com.jetbrains.bundle.hub_client.util.HubClientProvider.buildAndValidateHubClient(HubClientProvider.java:115) ~[hub-client-util-1.4.434.jar:?]
[2018-11-08 17:10:19,790] [YouTrack Error]      ... 26 more

JT-49874: Клонирование в списке задач.

0
0
Reporter brickva (sergebrick) brickva (sergebrick)
Created Oct 22, 2018 11:13:18 PM
Updated Nov 10, 2018 10:44:03 AM
State Wait for Reply
Assignee Oleg Larshin (Oleg.Larshin)
Subsystem Issue List
Type Support Request
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3.46358

What steps will reproduce the problem?

  1. Когда в списке задач выделяю задачу и нажимаю действие Клонировать задачу.

What is the expected result?
Добавление новое задачи копированием.

What happens instead?
Обе задачи перемещаются в начало списка. Причем первой в списке находится задача, от которой клонировали.

JT-50249: Dates messed up in Youtrack

0
0
Reporter Mehrdad (indeed_1) Mehrdad (indeed_1)
Created Nov 11, 2018 1:08:53 PM
Updated Nov 11, 2018 1:08:53 PM
State Submitted
Assignee Unassigned
Subsystem No Subsystem
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown
Hi,
when I enable RTL (Right-to-Left Language Support) , dates view will be messed up in Youtrack !
Please Check the screenshot

Thanks,

JT-49929: Default to Youtrack Wiki AND resets after manually changing to Markdown

0
0
Reporter Kevin Streicher (kstreicher) Kevin Streicher (kstreicher)
Created Oct 24, 2018 7:25:23 PM
Updated Nov 11, 2018 1:14:01 PM
Resolved Nov 11, 2018 1:14:01 PM
State Fixed
Assignee Evgeny Naumenko (jk)
Subsystem TeamCity Integration
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2018.3.next
Affected versions 2018.3

What steps will reproduce the problem?

  1. Comment or edit Issue
  2. Default format is Youtrack Wiki.
  3. Save
  4. Edit
  5. Format is reset to Youtrack Wiki.
  6. Save

What is the expected result?

  1. Default should be Markdown as Youtrack Wiki is deprecated and Markdown is recommended.
  2. If i set one format, I don't want youtrack to change the selected format. This breaks all formatting and is annoying as hell.

What happens instead?

Since 2018.3 even after manually changing the format to Markdown it resets to Youtrack Wiki. This is driving me nuts. First a) It is annoying that I can not set the default to Markdown serverwide anywhere (at least I am not aware of it) b) why the hell do you reset it after I manually changed it, breaking all my formatting over and over again. I have to set it to Markdown now everytime I save a change again because it resets as soon as I edit a issue/comment.

Please provide any additional information below.
Instance: goinplaces

JT-50250: Editing default values for project fields with longer description is impossible

0
0
Reporter Steve Todorov (tftd2) Steve Todorov (tftd2)
Created Nov 11, 2018 8:26:57 PM
Updated Nov 11, 2018 8:28:59 PM
State Submitted
Assignee Unassigned
Subsystem No Subsystem
Type Cosmetics
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3.47078

Try to add a project field and add a longer description of the field. For example:

An issue that needs to be addressed on a reasonable timescale. Such an issue could be any of the following: 1) An issue that would be P0 or P1 but has a reasonable workaround, 2) An issue that is important to a large percentage of users and is connected to core organizational functions, 3) An issue that is an impediment to the work of other teams and has no reasonable workaround. P2 is especially relevant for first-use or install-time issues and is the default priority level.

Then try to add a default value for that field. The result will be something like this:

JT-49426: Apply a command with multiple values

0
0
Reporter Nate Simpson (nate.simpson) Nate Simpson (nate.simpson)
Created Sep 27, 2018 7:01:18 PM
Updated Nov 12, 2018 12:42:50 AM
State Open
Assignee Evgeny Naumenko (jk)
Subsystem Commands
Type Feature
Priority Normal
Fix versions Unscheduled

When adding dependencies (or other items) linking multiple issues in one go so it's 1 click not 4 to add a second one.
e.g. is dependent on ISS-3; ISS-4 where the semi-colon is a delimiter between two issues that the current one is dependent on

similar to JT-48041 but more general

JT-50251: Icon is not vertically aligned to center

0
0
Reporter Дмитрий Хлопин (dmitriykhlopin) Дмитрий Хлопин (dmitriykhlopin)
Created Nov 12, 2018 8:04:38 AM
Updated Nov 12, 2018 8:04:58 AM
State Submitted
Assignee Unassigned
Subsystem No Subsystem
Type Bug
Priority Normal
Browser Chrome
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3.47078

Icon is not vertically aligned to center


JT-50252: How to setup REST Request to current YouTrack instance using current user as login

0
0
Reporter Фагим Садыков (Фагим.Садыков) Фагим Садыков (Фагим.Садыков)
Created Nov 12, 2018 10:09:28 AM
Updated Nov 12, 2018 10:09:28 AM
State Open
Assignee Anastasia Bartasheva (ana.bartasheva)
Subsystem Workflow
Type Support Request
Priority Major
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

What steps will reproduce the problem?

  1. Assume you have an local YouTrack installation with path "https://youtrack.my.com"
  2. Assume you have an workflow that require communication with some REST commands (reports for ex.) over "https://youtrack.my.com/rest"
  3. While user is already connected to server and have logon, I try just to new http.Connection('https://youtrack.my.com').getSync('/rest/reports')

What is the expected result?

  1. While me (or other user) is already connected to youtrack instance in browser we expect that Workflow 'knows' it and should impersonate or use coockies or somethong like this
    and current-user context will be used

What happens instead?

  1. Workflow works at server site, so it cannot use cookies
  2. Where is no way to say to http module that it's self-REST-call
  3. No special api at workflow level to call my-REST
  4. Workflow API not covers some aspects of application, but REST does

For now we just can make permanent tokens under special user and hardcode it into Authorization HEADER, but it's not per-user.

Is where some direct or more convient way to call self-REST from workflows with keeping current user context?

JT-50136: Unable to edit the previous issue's time in the project

0
0
Reporter Neebal IT (it) Neebal IT (it)
Created Nov 2, 2018 8:42:38 AM
Updated Nov 12, 2018 10:17:11 AM
State Open
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

What steps will reproduce the problem?
1.Go to project
2.Click on to "load more" go previous issue
3.Unable to load previous issues.

What is the expected result?
Load Previous issues
What happens instead?
Show the same page.

Refer the screenshot

JT-50253: Once, YT stops working because of local storage overflow

0
0
Reporter Ekaterina Smelchakova (ekaterinasmelchakova) Ekaterina Smelchakova (ekaterinasmelchakova)
Created Nov 12, 2018 10:37:26 AM
Updated Nov 12, 2018 10:37:26 AM
State Submitted
Assignee Unassigned
Subsystem No Subsystem
Type Bug
Priority Major
Browser Chrome
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3

What steps will reproduce the problem?
Just do your regular work in the YT system: create issues, manage them, use reports, dashboards and agile boards

What is the expected result?
YT system is working w/o any extra settings and actions

What happens instead?
Once (after few days), YT stops working because of local storage overflow:

JT-50254: YouTrack doesn't doesn't show issues count.

0
0
Reporter Дмитрий Хлопин (dmitriykhlopin) Дмитрий Хлопин (dmitriykhlopin)
Created Nov 12, 2018 11:17:30 AM
Updated Nov 12, 2018 11:17:30 AM
State Submitted
Assignee Unassigned
Subsystem No Subsystem
Type Bug
Priority Minor
Browser Firefox
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3.47078, 2018.3.47010, 2018.3.46727

What steps will reproduce the problem?

  1. Import 150+ issues.
  2. Go to your_instance_url/issues.
  3. Click on 150+.

What is the expected result?
I expect to see number of issues.

What happens instead?
YouTrack shows No issues found.

Video in attachment.

JT-50255: ThreadSorterFairSemaphore timeout after 60000 ms. Deadlock is likely.

0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Nov 12, 2018 12:01:12 PM
Updated Nov 12, 2018 12:01:12 PM
State Submitted
Assignee Unassigned
Subsystem No Subsystem
Type Exception
Priority Major
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2017.3
Original content visible to jetbrains team only for security reasons
Viewing all 74845 articles
Browse latest View live




Latest Images