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

JT-50036: Refactor persistence: get rid of repoOwnerName and repoName properties

0
0
Reporter Alexander Volfman (Alexander.Volfman) Alexander Volfman (Alexander.Volfman)
Created Oct 29, 2018 11:43:06 PM
Updated Nov 6, 2018 4:29:57 PM
State In Progress
Assignee Alexander Volfman (Alexander.Volfman)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled
Use handle (now available only in GitLab integration) instead. The same thing in Bitbucket integration is called slug. Mind that for existing GitLabChangesProcessors handle is sometimes null.

JT-50148: Incorrect print view in Edge

0
0
Reporter Ekaterina Alekseeva (Ekaterina.Alekseeva) Ekaterina Alekseeva (Ekaterina.Alekseeva)
Created Nov 2, 2018 4:33:00 PM
Updated Nov 6, 2018 4:42:54 PM
Resolved Nov 6, 2018 4:42:54 PM
State Fixed
Assignee Maxim Erekhinskiy (maxim.erehinskiy)
Subsystem Single Issue View
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

build 46917

STR:

  1. Open some issue in Edge and try to print it

AR:
Font is different, some elements are duplicated, a lot of visual elements (icons of activity stream tabs, stars, etc) are absent. Also content of long issue is cut (see JT-50145)

See attached pdf

JT-50000: Migrate tests

0
0
Reporter Anna Zhdan (Anna.Zhdan) Anna Zhdan (Anna.Zhdan)
Created Oct 29, 2018 5:34:40 PM
Updated Nov 6, 2018 4:58:25 PM
State In Progress
Assignee Anna Zhdan (Anna.Zhdan)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled

JT-50189: Youtrack refuses to start when configuring HTTPS in WIndows

0
0
Reporter Jorge (jbustos) Jorge (jbustos)
Created Nov 6, 2018 4:50:23 PM
Updated Nov 6, 2018 5:02:29 PM
State Open
Assignee Alexey Barsov (alexey_barsov)
Subsystem Installer
Type Support Request
Priority Normal
Browser Any Browser
OS Windows 2008
Fix versions Unscheduled
Affected versions 2018.2
Following the instructions on https://www.jetbrains.com/help/youtrack/standalone/configure-server-tls-from-command-line.html (By the way, taht page has this text: "If you're working on a Windows server, simply replace .sh with .sh." wich sould read "reaplce .sh with .bat"):
1. Create a folder, and place the certificate, chanin and key, or a Java Keystore (in my case I used the first option)
2. Stop youtrack with; youtrack stop
3. Configure youtrack with: youtrack configure --listen-port=4430 --secure-mode=tls --tls-server-cert-storage-type=privateKeyAndCert --tls-server-cert-folder="my certificate folder" --tls-redirect-from-http=true --tls-redirect-from-http-listen-port=8080
4 Start youtrack with youtrack start.

This should allow youtrack to run on HTTPS. However, for some reason, YouTrack doesn't get started.

This is what happens when I try to start youtrack:
C:\Program Files (x86)\YouTrack\bin>youtrack start
Starting YouTrack...
* Configuring JetBrains YouTrack 2018.2
* JetBrains YouTrack 2018.2 runtime environment is successfully configured
* Loading logging configuration from C:\Program Files (x86)\YouTrack\lib\ext\log4j.xml
* Redirecting JetBrains YouTrack 2018.2 logging to C:\ProgramData\JetBrains\YouTrack\logs\internal\services\bundleProcess
* Configuring Service-Container[bundleProcess]
* Configuring Bundle Backend Service
* Configuring Starting Page Service
* Configuring YouTrack Configurator
* Configuring Hub
* Configuring Bundle Hub Configurator
* Configuring YouTrack
* Starting Service-Container[bundleProcess]
* Starting Bundle Backend Service
* Starting Starting Page Service
* JetBrains YouTrack 2018.2 will be available on http://my.domain.com:8080/bundle/starting after start
* Starting YouTrack Configurator
[YouTrack Error] [2018-11-06 13:36:12,893] WARN - ub_client.util.BundleHubClient - Bundled Hub service would be used in spite of external Hub URL is set
YouTrack is running

C:\Program Files (x86)\YouTrack\bin>youtrack status
YouTrack is shut down

As you can see I get this warning:
[YouTrack Error] [2018-11-06 13:36:12,893] WARN - ub_client.util.BundleHubClient - Bundled Hub service would be used in spite of external Hub URL is set
and the YouTrack service is stopped, instead of running, as expected.

The only hints that I've been able to find in the logs are these ones:

a) In youtrack-stdout.log:
* Starting Bundle Hub Configurator 
* Error while starting JetBrains YouTrack 2018.2: Hub URL must not response with redirect: HTTP 302 Found
* Stopping YouTrack

And, in youtrack-stderr.log:
WARN - ub_client.util.BundleHubClient - Bundled Hub service would be used in spite of external Hub URL is set 
[YouTrack Error] [2018-11-06 13:36:13,167] WARN - lipse.jetty.server.HttpChannel - //my.domain.com:8080/bundle/starting
[YouTrack Error] java.lang.IllegalStateException: Committed
at org.eclipse.jetty.server.HttpChannel.resetBuffer(HttpChannel.java:795) ~[jetty-server-9.3.20.v20170531.jar:9.3.20.v20170531]
...
WARN - ub_client.util.BundleHubClient - Bundled Hub service would be used in spite of external Hub URL is set
[YouTrack Error] [2018-11-06 13:36:56,414] ERROR - dle.util.hub.HubServiceUpdater - Cannot update services information in Hub
[YouTrack Error] com.jetbrains.bundle.hub_client.util.validation.HubUrlRedirectionException: Hub URL must not response with redirect: HTTP 302 Found
...
[YouTrack Error] [2018-11-06 13:36:56,476] ERROR - bundle.startup - Error while starting JetBrains YouTrack 2018.2: Hub URL must not response with redirect: HTTP 302 Found
[YouTrack Error] [2018-11-06 13:36:56,809] WARN - y.util.thread.QueuedThreadPool - qtp1476884449{STOPPING,8<=13<=200,i=6,q=8} Couldn't stop Thread[qtp1476884449-35,5,]
[YouTrack Error] [2018-11-06 13:36:56,810] WARN - y.util.thread.QueuedThreadPool - qtp1476884449{STOPPING,8<=13<=200,i=0,q=6} Couldn't stop Thread[qtp1476884449-41,5,]

I've included two snapshots of my browser, one which shows that Youtrack Configurator and Hub start succesfully, and another that shows YouTrack is unavailable and the 3 services stopped.

So it looks like it's something related to the hub URL. Is it necessary to do some configugration on the hub to make this work?

If I set the configuration back to --secure-mode=disable the starting process ends succesfully.

JT-50190: User may loose access to the issue when applying visibility restrictions

0
0
Reporter Victor Kropp (kropp) Victor Kropp (kropp)
Created Nov 6, 2018 5:09:36 PM
Updated Nov 6, 2018 5:09:36 PM
State Open
Assignee Alexey Volkov (Alexey.Volkov)
Subsystem Permissions
Type Usability Problem
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

I wanted to hide an issue from anybody except the reporter and my team. I first chose the user from the popup. Unfortunately, the change was applied immediately and I lost access to the issue. I needed to ask admins to regain access to it.
Such a destructive action shouldn't be applied in background.
I should have seen and accepted clear warning that I would loose the access to the request.

JT-50034: Project Admin are not able to create a Servcie "Issue Tracker"

0
0
Reporter Marcel (wattebausch) Marcel (wattebausch)
Created Oct 29, 2018 8:31:51 PM
Updated Nov 6, 2018 6:02:55 PM
State In Progress
Assignee Max Maximov (Maxim.Maximov)
Subsystem Projects
Type Support Request
Priority Minor
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

Hi Max

We have decided, that Project Admin should be able to add Issue-Tracker's on there Projects.

So we give the Role - Project Admin's the permission that they can create Service.

But the User becomes "you don't have permission to create Project" but hi wants to create a service not a project.

When the Project-Admin hast the write to create Project, he is able to create service, but also to create project what we don't want.

Thanks a lot

JT-23673: Checklists on issues

0
0
Reporter Jan Verley (jve) Jan Verley (jve)
Created Feb 17, 2014 3:10:34 PM
Updated Nov 6, 2018 8:01:05 PM
Resolved Nov 27, 2017 2:01:03 PM
State Verified
Assignee Unassigned
Subsystem No Subsystem
Type Feature
Priority Normal
Fix versions Unscheduled
A very powerful feature in Trello.com is checklists: see att.

Would it be possible to provide this functionality in YouTrack
via wiki markup, or as full feature?

JT-50194: CheckList doesn't work in comment ( markdown )

0
0
Reporter Anna Soloveva (anna.soloveva) Anna Soloveva (anna.soloveva)
Created Nov 6, 2018 8:01:05 PM
Updated Nov 6, 2018 8:03:24 PM
State Submitted
Assignee Unassigned
Subsystem No Subsystem
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

Versions:
Google Chrome is up to date
Version 70.0.3538.77 (Official Build) (64-bit)

JetBrains Bug & Issue Tracker YouTrack 2018.3
Build 46912 Thu, Nov 1, 2018, 11:49:31 AM UTC

STR:

  • use markdown
  • add checklist in comment
 - [ ] one 
 - [ ] two
 - [ ] three 
  • save
  • check one of items (for example two)
  • reload page
    Expected result:
- [ ] one 
- [x] two
- [ ]  three 

Actual result: noting happens

It doesn't appear in description field


JT-49455: youtrack incloud is too slow

0
0
Reporter Taeuk Kang (theorders) Taeuk Kang (theorders)
Created Oct 1, 2018 4:44:19 AM
Updated Nov 6, 2018 8:21:54 PM
Resolved Nov 1, 2018 5:11:25 PM
State Without verification
Assignee Roman Kolobov (rekolobov)
Subsystem No Subsystem
Type Performance Problem
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

atachaments are my dashboard and issues page network timeline.
both of them takes more than 20 seconds.

JT-50019: Provide confirmation wording

0
0
Reporter Anna Zhdan (Anna.Zhdan) Anna Zhdan (Anna.Zhdan)
Created Oct 29, 2018 5:46:15 PM
Updated Nov 6, 2018 8:23:24 PM
Resolved Oct 30, 2018 3:53:47 PM
State Verified
Assignee Unassigned
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled

JT-50195: Search request was not processed because its part Release: 2018* might cause significant system slow-down, please refine the query

0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Nov 6, 2018 10:50:45 PM
Updated Nov 6, 2018 10:50:45 PM
State Submitted
Assignee Unassigned
Subsystem No Subsystem
Type Exception
Priority Major
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.2
Original content visible to jetbrains team only for security reasons

JT-50009: Design custom order indication

0
0
Reporter Anna Zhdan (Anna.Zhdan) Anna Zhdan (Anna.Zhdan)
Created Oct 29, 2018 5:40:15 PM
Updated Nov 7, 2018 10:07:38 AM
State In Progress
Assignee Dmitry Gizatov (mitya)
Subsystem Issue List
Type Task
Priority Normal
Fix versions Unscheduled

JT-50150: Paste into search/command field sometimes doesn't work

0
0
Reporter Roman Kolobov (rekolobov) Roman Kolobov (rekolobov)
Created Nov 2, 2018 4:40:38 PM
Updated Nov 7, 2018 11:00:32 AM
State In Progress
Assignee Andrey Skladchikov (Andrey.Skladchikov)
Subsystem Search
Type Bug
Priority Normal
Browser Any Browser
OS Ubuntu 16.04 LTS
Fix versions Unscheduled
Affected versions Unknown

2018.3.46838

Ubuntu (FF&Chrome)

STR:

  1. Open any SIV or agile
  2. Middle-mouse-button paste something into text search field and press Enter

AR: you see issue list or agile with respective filter applied
ER: you are redirected to issues or agile without any filter

JT-49706: Can't create new project

0
0
Reporter Дмитрий Хлопин (dmitriykhlopin) Дмитрий Хлопин (dmitriykhlopin)
Created Oct 15, 2018 10:27:10 AM
Updated Nov 7, 2018 12:02:13 PM
Resolved Oct 24, 2018 1:55:58 PM
State Fixed
Assignee Andrey Skladchikov (Andrey.Skladchikov)
Subsystem Projects
Type Bug
Priority Major
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3.46581, 2018.3.46358

What steps will reproduce the problem?

  1. Fill name and id of new project
  2. Click 'create project'
  3. Get TypeError: e is undefined
  4. Click 'create project'
  5. Get Field Project::name must be unique

Video in attachment.

JT-50016: Update create repo endpoint

0
0
Reporter Anna Zhdan (Anna.Zhdan) Anna Zhdan (Anna.Zhdan)
Created Oct 29, 2018 5:42:59 PM
Updated Nov 7, 2018 12:37:15 PM
State In Progress
Assignee Alexander Volfman (Alexander.Volfman)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled

JT-49753: Rest resource for field values

0
0
Reporter Anna Zhdan (Anna.Zhdan) Anna Zhdan (Anna.Zhdan)
Created Oct 15, 2018 5:28:28 PM
Updated Nov 7, 2018 12:38:28 PM
State In Progress
Assignee Daria Vasina (daria.vasina)
Subsystem Issue List
Type Task
Priority Normal
Fix versions Unscheduled

JT-50196: Migrate fiter fields' values on new rest

0
0
Reporter Maksim Ryzhikov (maksimrv) Maksim Ryzhikov (maksimrv)
Created Nov 7, 2018 12:38:17 PM
Updated Nov 7, 2018 12:39:01 PM
State Open
Assignee Unassigned
Subsystem Issue List
Type Task
Priority Normal
Fix versions Unscheduled

JT-50061: ArrayIndexOutOfBoundsException on text search

0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Oct 31, 2018 1:58:29 AM
Updated Nov 7, 2018 12:42:48 PM
Resolved Nov 1, 2018 2:15:00 PM
State Verified
Assignee Vyacheslav Lukianov (hoegaarden)
Subsystem Full Text Index
Type Exception
Priority Critical
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.3
Original content visible to jetbrains team only for security reasons

JT-50197: Performance testing

0
0
Reporter Roman Kolobov (rekolobov) Roman Kolobov (rekolobov)
Created Nov 7, 2018 12:43:41 PM
Updated Nov 7, 2018 12:43:41 PM
State Open
Assignee Unassigned
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled

JT-43167: List Settings UI

0
0
Reporter Artem Tiunov (artemtiunov) Artem Tiunov (artemtiunov)
Created Aug 30, 2017 2:47:16 PM
Updated Nov 7, 2018 12:48:08 PM
State Open
Assignee Dmitry Gizatov (mitya)
Subsystem Issue List
Type Usability Problem
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown
1. "Show resolved" checkbox is off by default and is not displayed if query include "resolved" or "unresolved" values.

2. "Visible fields" settings appears only if "Compact" or "Detailed" views are selected:

Viewing all 74845 articles
Browse latest View live




Latest Images