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

JT-50770: Introduce top-root parameter for getting issues

$
0
0
Reporter Anna Zhdan (Anna.Zhdan) Anna Zhdan (Anna.Zhdan)
Created Dec 10, 2018 4:13:38 PM
Updated Jan 9, 2019 12:19:59 PM
State In Progress
Assignee Anna Zhdan (Anna.Zhdan)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled

It should be max number of roots returned (with all the children)


JT-50717: "Can't submit incorrect command" when Cloning an Issue

$
0
0
Reporter Jeff Fritz (jsfritz2) Jeff Fritz (jsfritz2)
Created Dec 6, 2018 10:08:20 PM
Updated Jan 9, 2019 12:28:40 PM
Resolved Dec 11, 2018 12:12:33 PM
State Without verification
Assignee Anastasia Bartasheva (ana.bartasheva)
Subsystem Workflow
Type Support Request
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.2.42133

What steps will reproduce the problem?

  1. Go to any issue's detailed page
  2. Clone the issue using the command dialog menu.

What is the expected result?
The issue is cloned.

What happens instead?
Error message: "Can't submit incorrect command."

Please provide any additional information below.

  • This happens across many users, many projects, many issues, and the workflow is attached to those projects.
  • I've tried removing and re attaching the clone issue workflow, still doesn't work.
  • If using the command dialog, the clone command is listed as an unrecognized command.
  • I'm using Build 42133 31 May 2018 00:00
  • The workflow from my installation is below, for reference:
var workflow = require('@jetbrains/youtrack-scripting-api/workflow');
var entities = require('@jetbrains/youtrack-scripting-api/entities');

exports.rule = entities.Issue.action({
  title: workflow.i18n('Clone Issue'),
  command: workflow.i18n('clone'),
  guard: function(ctx) {
    return ctx.issue.isReported;
  },
  action: function (ctx) {
    var newIssue = ctx.issue.createCopy(); // WARNING! Do not use this method in your workflows. Use Issue#copy() instead
    workflow.message(workflow.i18n('A clone of the current issue has been created: <a href="{0}">{1}</a>', newIssue.url, newIssue.id));
  }
});

JT-50868: Old REST GET /rest/issue/{issue}/changes returns unexpected result

$
0
0
Reporter Mariya Davydova (mary) Mariya Davydova (mary)
Created Dec 17, 2018 8:33:08 PM
Updated Jan 9, 2019 12:28:40 PM
Resolved Dec 19, 2018 1:30:00 PM
State Without verification
Assignee Pavel Nikolaev (pasha)
Subsystem No Subsystem
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions 2018.4.48293
Affected versions Unknown

In the latest release there is an with this end-point:

Output structure is changed from
changes->change->field->oldValue/newValue
to
changes->issue->field->value

Also, custom field changes are not always returned.

JT-50916: Adding issue to the sprint results in 400 bad request error

$
0
0
Reporter Anastasia Bartasheva (ana.bartasheva) Anastasia Bartasheva (ana.bartasheva)
Created Dec 19, 2018 3:38:16 PM
Updated Jan 9, 2019 12:28:40 PM
Resolved Dec 21, 2018 12:34:52 PM
State Without verification
Assignee Anna Zhdan (Anna.Zhdan)
Subsystem Agile Board
Type Support Request
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

STR:

  1. Open agile board, open the backlog
  2. Move an issue from the backlog to the board
  3. Open browser console
  4. 400: {"error":"Bad Request","error_description":"Не удалось задать значение для этой задачи","error_developer_message":"Can't set value to this issue"}
  5. Reload the page - issue disappears from the board and gets back to the backlog

JT-51094: No space left on device to complete current transaction

$
0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Jan 9, 2019 1:16:34 PM
Updated Jan 9, 2019 1:20:27 PM
Resolved Jan 9, 2019 1:20:27 PM
State Duplicate
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

JT-10899: Exodus 1.0.0: Environment is inoperative.

$
0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Aug 4, 2011 2:47:16 PM
Updated Jan 9, 2019 1:20:27 PM
Resolved Mar 3, 2014 3:53:30 PM
State Invalid
Assignee Pavel Nikitin (pavel.nikitin)
Subsystem No Subsystem
Type Exception
Priority Show-stopper
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown
jetbrains.exodus.exceptions.ExodusException: Exodus 1.0.0: Environment is inoperative.
jetbrains.exodus.exceptions.ExodusException: Exodus 1.0.0: Environment is inoperative.
 at jetbrains.exodus.env.Environment.checkIsOperative(Environment.java:532)
 at jetbrains.exodus.env.Environment.beginTransaction(Environment.java:451)
 at jetbrains.exodus.env.Environment.beginTransaction(Environment.java:146)
 at jetbrains.exodus.env.Environment.beginTransaction(Environment.java:29)
 at com.jetbrains.teamsys.database.TransactionDispatcher.newTransactionImpl(TransactionDispatcher.java:113)
 at com.jetbrains.teamsys.database.TransactionDispatcher.newTransaction(TransactionDispatcher.java:48)
 at com.jetbrains.teamsys.database.PersistentStoreSession.beginTransaction(PersistentStoreSession.java:41)
 at com.jetbrains.teamsys.dnq.database.TransientSessionImpl.flush(TransientSessionImpl.java:1034)
 at com.jetbrains.teamsys.dnq.database.TransientSessionImpl.intermediateCommitReturnChanges(TransientSessionImpl.java:755)
 at com.jetbrains.teamsys.dnq.database.TransientSessionImpl.intermediateCommit(TransientSessionImpl.java:210)
 at jetbrains.charisma.persistence.user.UserImpl.getDraft(UserImpl.java:1107)
 at jetbrains.charisma.smartui.workspace.Issues_RootHtmlTemplateComponent.setNewIssueVisibility(Issues_RootHtmlTemplateComponent.java:1933)
 at jetbrains.charisma.smartui.workspace.Issues_RootHtmlTemplateComponent$32.invoke(Issues_RootHtmlTemplateComponent.java:1894)
 at jetbrains.charisma.smartui.workspace.Header_HtmlTemplateComponent.newIssueLinkClick(Header_HtmlTemplateComponent.java:547)
 at jetbrains.charisma.smartui.workspace.Header_HtmlTemplateComponent$4.handle(Header_HtmlTemplateComponent.java:92)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.doNewHandleEvent(TemplateComponent.java:728)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.newHandleByEventHandlers(TemplateComponent.java:682)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.newHandleByEventHandlers(TemplateComponent.java:680)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.newHandleByEventHandlers(TemplateComponent.java:680)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.newHandleEvent(TemplateComponent.java:653)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateActionController.handleEventImpl(TemplateActionController.java:112)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateActionController.handleEvent(TemplateActionController.java:101)
 at jetbrains.mps.webr.runtime.requestProcessor.EventRequestProcessor.processRequest(EventRequestProcessor.java:75)
 at jetbrains.mps.webr.runtime.servlet.MainServlet.processRequest(MainServlet.java:198)
 at jetbrains.mps.webr.runtime.servlet.MainServlet.doGet(MainServlet.java:93)
 at jetbrains.mps.webr.runtime.servlet.MainServlet.doPost(MainServlet.java:167)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
 at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at jetbrains.mps.webr.runtime.filter.QueryParameterFilter.doFilter(QueryParameterFilter.java:25)
 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at org.eclipse.jetty.continuation.ContinuationFilter.doFilter(ContinuationFilter.java:92)
 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at org.eclipse.jetty.servlets.UserAgentFilter.doFilter(UserAgentFilter.java:77)
 at org.eclipse.jetty.servlets.GzipFilter.doFilter(GzipFilter.java:133)
 at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
 at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
 at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
 at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
 at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
 at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
 at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
 at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
 at org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:859)
 at org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:579)
 at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1555)
 at java.lang.Thread.run(Unknown Source)
Caused by: jetbrains.exodus.exceptions.ExodusException: Exodus 1.0.0: Can't write to file.
 at jetbrains.exodus.io.FileDataWriter.write(FileDataWriter.java:33)
 at jetbrains.exodus.io.BufferedDataWriter$Buffer.flush(BufferedDataWriter.java:246)
 at jetbrains.exodus.io.BufferedDataWriter$Buffer.access$600(BufferedDataWriter.java:168)
 at jetbrains.exodus.io.BufferedDataWriter.flush(BufferedDataWriter.java:124)
 at jetbrains.exodus.log.Log.flush(Log.java:443)
 at jetbrains.exodus.env.MetaTree.save(MetaTree.java:223)
 at jetbrains.exodus.env.Environment.commitTransaction(Environment.java:351)
 at jetbrains.exodus.env.Environment.commitTransaction(Environment.java:322)
 at jetbrains.exodus.env.Transaction.commit(Transaction.java:42)
 at com.jetbrains.teamsys.database.PersistentStoreTransaction.doCommit(PersistentStoreTransaction.java:279)
 at com.jetbrains.teamsys.database.PersistentStoreTransaction.commit(PersistentStoreTransaction.java:122)
 at com.jetbrains.teamsys.dnq.database.TransientSessionImpl.flush(TransientSessionImpl.java:1057)
 at com.jetbrains.teamsys.dnq.database.TransientSessionImpl.intermediateCommitReturnChanges(TransientSessionImpl.java:755)
 at com.jetbrains.teamsys.dnq.database.TransientSessionImpl.intermediateCommit(TransientSessionImpl.java:210)
 at jetbrains.charisma.smartui.executor.CustomIssueExecutor.flush(CustomIssueExecutor.java:291)
 at jetbrains.charisma.smartui.executor.CustomIssueExecutor.tryIntermediateCommit(CustomIssueExecutor.java:246)
 at jetbrains.charisma.smartui.executor.CustomIssueExecutor.doAfterEventsHandle(CustomIssueExecutor.java:210)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.onAfterEventHandle(TemplateComponent.java:746)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.onAfterEventHandle(TemplateComponent.java:738)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.onAfterEventHandle(TemplateComponent.java:738)
 at jetbrains.mps.webr.runtime.templateComponent.TemplateActionController.handleEventImpl(TemplateActionController.java:116)
 ... 29 more
Caused by: java.io.IOException: There is not enough space on the disk
 at java.io.RandomAccessFile.writeBytes(Native Method)
 at java.io.RandomAccessFile.write(Unknown Source)
 at jetbrains.exodus.io.FileDataWriter.write(FileDataWriter.java:31)
 ... 49 more

Trying to add a new issue. editing text in the commonest box

Environment details

host: YouTrack.chambersandpartners.co.uk
build: 1539 [10-Jun-2011 19:36]
java.version: 1.6.0_20
java.vendor: Sun Microsystems Inc.
java.vm.specification.version: 1.0
java.vm.specification.vendor: Sun Microsystems Inc.
java.vm.specification.name: Java Virtual Machine Specification
java.vm.version: 16.3-b01
java.vm.vendor: Sun Microsystems Inc.
java.vm.name: Java HotSpot(TM) Server VM
java.specification.version: 1.6
java.specification.vendor: Sun Microsystems Inc.
java.specification.name: Java Platform API Specification
java.class.version: 50.0
os.name: Windows 2003
os.arch: x86
os.version: 5.2
Max memory: 455 MB (477233152 bytes)
Free memory: 14 MB (15698688 bytes)
Total memory: 203 MB (213254144 bytes)
Available processors: 2
Thrown at: Thursday, 4 August 2011 11:49:27 o'clock BST

JT-51097: field "entire_doc_reversed" was indexed without position data; cannot run PhraseQuery (phrase=entire_doc_reversed:"hcnarb wen etaerc")

$
0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Jan 9, 2019 2:02:57 PM
Updated Jan 9, 2019 2:50:07 PM
Resolved Jan 9, 2019 2:50:07 PM
State Duplicate
Assignee Unassigned
Subsystem No Subsystem
Type Exception
Priority Major
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions 2018.4

Original content visible to jetbrains team only for security reasons

JT-50834: field "entire_doc_reversed" was indexed without position data; cannot run PhraseQuery (phrase=entire_doc_reversed:"em ot")

$
0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Dec 13, 2018 7:17:38 PM
Updated Jan 9, 2019 2:50:07 PM
Resolved Dec 17, 2018 4:00:25 PM
State Fixed
Assignee Vyacheslav Lukianov (hoegaarden)
Subsystem Full Text Index
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-50432: Agile board and create new card on it

$
0
0
Reporter Anton shwieps (krendeli) Anton shwieps (krendeli)
Created Nov 22, 2018 1:35:14 PM
Updated Jan 9, 2019 3:00:53 PM
State Open
Assignee Liubov Dievskaia (Liubov.Dievskaia)
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.open backlog section on agile board
2. Tap Create issue
3. Fill the title
4.set up estimation time
5.assign yourself to card
6.Create issue

What is the expected result?
estimation time should be the same
assign person should be You

What happens instead?
estimation time that was indicate in card for example it was 40m after saving displayed as 8d or something else
assigne person is empty most of cases
Please provide any additional information below.
Attach a code sample as text, a screenshot or screencast if possible

JT-47471: Remove Take me to my YouTrack button on the Starting Page

$
0
0
Reporter Valerie Andrianova (valerie.andrianova) Valerie Andrianova (valerie.andrianova)
Created Jun 1, 2018 5:54:09 PM
Updated Jan 9, 2019 3:04:06 PM
State Open
Assignee Ekaterina Zaikina (Ekaterina_Zaikina)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled
Redirect to the new instance automatically when it's started (without clicking the button).

JT-47472: Redesign Starting Page

$
0
0
Reporter Valerie Andrianova (valerie.andrianova) Valerie Andrianova (valerie.andrianova)
Created Jun 1, 2018 5:55:30 PM
Updated Jan 9, 2019 3:04:06 PM
State Open
Assignee Dmitry Gizatov (mitya)
Subsystem No Subsystem
Type Task
Priority Normal
Fix versions Unscheduled
Автоматически листать контент в одноэкранном режиме. (Тогда можно оставить кнопку для перехода в инстанс?).

JT-49960: How to Go Back To Previous Design "old" Interface

$
0
0
Reporter Svetlana Bielskaja (svetlana) Svetlana Bielskaja (svetlana)
Created Oct 26, 2018 8:58:29 AM
Updated Jan 9, 2019 3:25:16 PM
Resolved Jan 9, 2019 3:25:16 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,

we I would like to go back to the previous design of the Yt because this one is not user-friendly at all. How can I do that?

JT-35437: YouTrack should save date time in UTC, and display with user's preference

$
0
0
Reporter Zhen Tian (dawncold) Zhen Tian (dawncold)
Created May 12, 2016 4:47:18 AM
Updated Jan 9, 2019 3:28:13 PM
Resolved Jan 9, 2019 3:28:13 PM
State Obsolete
Assignee Leonid Stryuk (Leonid.Stryuk)
Subsystem Deprecated UI
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown
What steps will reproduce the problem?
1. I added a comment in "-12" timezone, but when I changed my preference, the date time is changed, but not correct.
2.
3.

What is the expected result?
If I added a comment with -12 hrs timezone, it should be saved as UTC(+-0 hrs), when I changed to +8 hrs timezone, it will be converted.

What happens instead?

Please provide any additional information below.
Attach a code sample as text, a screenshot or screencast if possible

JT-51011: Dark theme: selected rows on Team and Access tabs are white instead of blue

$
0
0
Reporter Ekaterina Alekseeva (Ekaterina.Alekseeva) Ekaterina Alekseeva (Ekaterina.Alekseeva)
Created Dec 27, 2018 3:13:22 PM
Updated Jan 9, 2019 3:42:01 PM
Resolved Jan 9, 2019 3:42:01 PM
State Fixed
Assignee Andrey Skladchikov (Andrey.Skladchikov)
Subsystem Projects
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

build 48217

STR: go to Access or Team tab in proejct settings

AR:
Selected row is white

ER:
Selected row is highlighted with dark blue color (like everywhere else)
For example, on Fields tab:

JT-51098: Parameter specified as non-null is null: method jetbrains.youtrack.search.parser.SingleIssueAnalyzerImpl.getSingleRequestedIssue, parameter query

$
0
0
Reporter Roman Kolobov (rekolobov) Roman Kolobov (rekolobov)
Created Jan 9, 2019 3:45:34 PM
Updated Jan 9, 2019 3:45:34 PM
State Open
Assignee Pavel Nikitin (pavel.nikitin)
Subsystem Issue List
Type Exception
Priority Show-stopper
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

2018.4.48611

STR: go to /issues on staging
AR: BSOD for any user

java.lang.IllegalArgumentException: Parameter specified as non-null is null: method jetbrains.youtrack.search.parser.SingleIssueAnalyzerImpl.getSingleRequestedIssue, parameter query
	at jetbrains.youtrack.search.parser.SingleIssueAnalyzerImpl.getSingleRequestedIssue(SingleIssueAnalyzerImpl.kt)
	at jetbrains.charisma.smartui.workspace.Issues_RootHtmlTemplateComponent.onEnter(Issues_RootHtmlTemplateComponent.java:224)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.<init>(TemplateComponent.java:96)
	at jetbrains.charisma.smartui.workspace.Issues_RootHtmlTemplateComponent.<init>(Issues_RootHtmlTemplateComponent.java:113)
	at jetbrains.charisma.smartui.workspace.Issues_RootHtmlTemplateController$Action.createTemplateComponent(Issues_RootHtmlTemplateController.java:55)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateActionController.getRootTemplateRenderResponseAction(TemplateActionController.java:92)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateActionController.doEnterAction(TemplateActionController.java:60)
	at jetbrains.mps.webr.runtime.templateComponent.ActionController.securedRefreshResponse(ActionController.java:158)
	at jetbrains.mps.webr.runtime.templateComponent.ActionController.enterAction(ActionController.java:83)
	at jetbrains.mps.webr.runtime.requestProcessor.ActionControllerUtil.doEnterAction(ActionControllerUtil.java:17)
	at jetbrains.mps.webr.runtime.requestProcessor.ActionControllerUtil.processRequest(ActionControllerUtil.java:60)
	at jetbrains.mps.webr.runtime.requestProcessor.HtmlTemplateRequestProcessor.processRequest(HtmlTemplateRequestProcessor.java:42)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.processRequest(MainServlet.java:225)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.doGet(MainServlet.java:141)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:848)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1772)
	at jetbrains.youtrack.webapp.filters.RootGoFilter.doFilter(RootGoFilter.kt:53)
	at jetbrains.youtrack.webapp.filters.FilterAdapter.doFilter(FilterAdapter.kt:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
	at jetbrains.youtrack.webapp.filters.NewUIFilter.doFilter(NewUIFilter.kt:41)
	at jetbrains.youtrack.webapp.filters.FilterAdapter.doFilter(FilterAdapter.kt:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
	at jetbrains.youtrack.webapp.filters.SetThreadLocalPrincipalFilter.doFilter(SetThreadLocalPrincipalFilter.kt:19)
	at jetbrains.youtrack.webapp.filters.FilterAdapter.doFilter(FilterAdapter.kt:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
	at jetbrains.youtrack.webapp.filters.WebrSessionAuthenticationFilter.doFilter(WebrSessionAuthenticationFilter.kt:36)
	at jetbrains.youtrack.webapp.filters.FilterAdapter.doFilter(FilterAdapter.kt:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
	at jetbrains.mps.webr.runtime.filter.QueryParameterFilter.doFilter(QueryParameterFilter.java:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
	at org.eclipse.jetty.continuation.ContinuationFilter.doFilter(ContinuationFilter.java:127)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
	at jetbrains.youtrack.webapp.filters.SecurityResponseHeadersFilter.doFilter(SecurityResponseHeadersFilter.kt:18)
	at jetbrains.youtrack.webapp.filters.FilterAdapter.doFilter(FilterAdapter.kt:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
	at jetbrains.youtrack.webapp.filters.SearchEngineIndexBotAuthenticationFilter.doFilter(SearchEngineIndexBotAuthenticationFilter.kt:46)
	at jetbrains.youtrack.webapp.filters.FilterAdapter.doFilter(FilterAdapter.kt:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
	at org.eclipse.jetty.server.Server.handle(Server.java:534)
	at jetbrains.youtrack.standalone.instrumentation.InstrumentingServer.handle(InstrumentingServer.java:40)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
	at java.lang.Thread.run(Thread.java:748)

JT-51045: Rest for "Similar issues" does not find issues

$
0
0
Reporter Maksim Ryzhikov (maksimrv) Maksim Ryzhikov (maksimrv)
Created Dec 30, 2018 11:53:56 PM
Updated Jan 9, 2019 3:45:51 PM
State Open
Assignee Vyacheslav Lukianov (hoegaarden)
Subsystem Issue Creation
Type Bug
Priority Normal
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

https://buildserver.labs.intellij.net/viewLog.html?buildId=39926354&buildTypeId=YTDEV_WebDriver_JarKotlinSmoke

STR:

  • Run /gradlew startLocalYouTrack
  • Open /newIssue
  • Select the project "BildDesk"
  • Create 5 issues with the word "Do"
  • When creat 6th issue open "Similar Issues"

ER: 5 issues
AR: 0 issues

Test:
https://upsource.jetbrains.com/youtrack/file/8223e681403dc4c253ae81069fa76890f922bba6/charisma/youtrack-webdriver-tests/src/test/kotlin/jetbrains/youtrack/webdriver/newIssue/NewIssueTest.kt?nav=6386:7023:focused&preview=false

curl 'http://localhost:8080/api/issues/similar?$top=-1&fields=fields($type,hasStateMachine,id,id,name,projectCustomField($type,bundle(id),canBeEmpty,emptyFieldText,field(fieldType(isMultiValue,valueType),id,localizedName,name,ordinal),id,isPublic,ordinal,size),value($type,avatarUrl,buildLink,color(id),fullName,id,isResolved,localizedName,login,markdownText,minutes,name,presentation,ringId,text)),id,idReadable,project(id,ringId),reporter(id),resolved,summary,voters(hasVote),votes,watchers(hasStar)' 
-H 'Pragma: no-cache' 
-H 'Origin: http://localhost:8080' 
-H 'Accept-Encoding: gzip, deflate, br' -H 'Accept-Language: en-US,en;q=0.9,ru-RU;q=0.8,ru;q=0.7' 
-H 'Authorization: Bearer 1546206363790.6b6adb20-e08b-41c1-bbc9-008720a2198a.cc4391dd-33e3-49a7-bce8-90ab33ab3753.6b6adb20-e08b-41c1-bbc9-008720a2198a 0-0-0-0-0;1.MCwCFB0zI//iNwXqbPaaYGZshW4WcJPOAhQEaDMQl3WrcA8phIXV+czXzHsEDA==' 
-H 'Content-Type: application/json;charset=UTF-8' 
-H 'Accept: application/json, text/plain, */*' 
-H 'Cache-Control: no-cache' -H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36' -H 'Cookie: _ga=GA1.1.2109144113.1542117345; YTSESSIONID=4ok85f3hxnyhvi7eautugt43' -H 'Connection: keep-alive' -H 'Referer: http://localhost:8080/newIssue?draftId=41-4896' 
--data-binary '{"id":"41-4896"}' 
--compressed

JT-51099: Can't find postponed exception

$
0
0
Reporter Exception Robot (app_exception) Exception Robot (app_exception)
Created Jan 9, 2019 4:20:40 PM
Updated Jan 9, 2019 4:20:40 PM
State Submitted
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-51100: Confirm mailbox in user profile via REST API

$
0
0
Reporter Anton Tokarev (hakimaru) Anton Tokarev (hakimaru)
Created Jan 9, 2019 4:38:39 PM
Updated Jan 9, 2019 4:38:39 PM
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

Is it possible to confirm changed email in user profile via rest api request?

JT-51102: Search queries could yield java.util.NoSuchElementException: Sequence is empty

$
0
0
Reporter Roman Kolobov (rekolobov) Roman Kolobov (rekolobov)
Created Jan 9, 2019 4:51:46 PM
Updated Jan 9, 2019 5:00:01 PM
Resolved Jan 9, 2019 5:00:01 PM
State Fixed
Assignee Pavel Nikitin (pavel.nikitin)
Subsystem Issue List
Type Exception
Priority Critical
Browser Any Browser
OS Any OS
Fix versions Unscheduled
Affected versions Unknown

2018.4.48618

STR:

  1. Launch on empty DB
  2. Query any of:
  • has: attachments
  • sort by: votes

AR: BSOD

java.util.NoSuchElementException: Sequence is empty.
	at kotlin.sequences.SequencesKt___SequencesKt.first(_Sequences.kt:110)
	at jetbrains.youtrack.search.parser.TextSearchAnalyzer$Companion.addQueryWords(TextSearchAnalyzer.kt:75)
	at jetbrains.youtrack.search.parser.TextSearchAnalyzer$Companion.getTextSearch(TextSearchAnalyzer.kt:15)
	at jetbrains.youtrack.search.parser.ParseResult.getTextSearch(ParseResult.kt:76)
	at jetbrains.charisma.smartui.workspace.SearchBar_HtmlTemplateComponent.onEnter(SearchBar_HtmlTemplateComponent.java:148)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.<init>(TemplateComponent.java:96)
	at jetbrains.charisma.smartui.workspace.SearchBar_HtmlTemplateComponent.<init>(SearchBar_HtmlTemplateComponent.java:60)
	at jetbrains.charisma.smartui.workspace.Issues_RootHtmlTemplateComponent.renderTemplate(Issues_RootHtmlTemplateComponent.java:445)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.renderTemplate(TemplateComponent.java:499)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.buildTemplateComponent(TemplateComponent.java:830)
	at jetbrains.charisma.smartui.layout.SmartUI_LayoutComponent.renderTemplate(SmartUI_LayoutComponent.java:392)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.renderTemplate(TemplateComponent.java:499)
	at jetbrains.mps.webr.runtime.templateComponent.TemplateComponent.render(TemplateComponent.java:415)
	at jetbrains.mps.webr.runtime.requestProcessor.ResponseFactory$2.doAction(ResponseFactory.java:87)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.executeResponseAction(MainServlet.java:169)
	at jetbrains.mps.webr.runtime.servlet.MainServlet.doGet(MainServlet.java:152)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:848)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1772)
	at jetbrains.youtrack.webapp.filters.RootGoFilter.doFilter(RootGoFilter.kt:53)
	at jetbrains.youtrack.webapp.filters.FilterAdapter.doFilter(FilterAdapter.kt:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
	at jetbrains.youtrack.webapp.filters.NewUIFilter.doFilter(NewUIFilter.kt:41)
	at jetbrains.youtrack.webapp.filters.FilterAdapter.doFilter(FilterAdapter.kt:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
	at jetbrains.youtrack.webapp.filters.SetThreadLocalPrincipalFilter.doFilter(SetThreadLocalPrincipalFilter.kt:19)
	at jetbrains.youtrack.webapp.filters.FilterAdapter.doFilter(FilterAdapter.kt:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
	at jetbrains.youtrack.webapp.filters.WebrSessionAuthenticationFilter.doFilter(WebrSessionAuthenticationFilter.kt:36)
	at jetbrains.youtrack.webapp.filters.FilterAdapter.doFilter(FilterAdapter.kt:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
	at jetbrains.mps.webr.runtime.filter.QueryParameterFilter.doFilter(QueryParameterFilter.java:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
	at org.eclipse.jetty.continuation.ContinuationFilter.doFilter(ContinuationFilter.java:127)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
	at jetbrains.youtrack.webapp.filters.SecurityResponseHeadersFilter.doFilter(SecurityResponseHeadersFilter.kt:18)
	at jetbrains.youtrack.webapp.filters.FilterAdapter.doFilter(FilterAdapter.kt:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
	at jetbrains.youtrack.webapp.filters.SearchEngineIndexBotAuthenticationFilter.doFilter(SearchEngineIndexBotAuthenticationFilter.kt:46)
	at jetbrains.youtrack.webapp.filters.FilterAdapter.doFilter(FilterAdapter.kt:25)
	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1759)
	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:582)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
	at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:226)
	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1180)
	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:512)
	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1112)
	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:493)
	at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:213)
	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:134)
	at org.eclipse.jetty.server.Server.handle(Server.java:534)
	at jetbrains.youtrack.standalone.instrumentation.InstrumentingServer.handle(InstrumentingServer.java:40)
	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:320)
	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:251)
	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:283)
	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:108)
	at org.eclipse.jetty.io.SelectChannelEndPoint$2.run(SelectChannelEndPoint.java:93)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.executeProduceConsume(ExecuteProduceConsume.java:303)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.produceConsume(ExecuteProduceConsume.java:148)
	at org.eclipse.jetty.util.thread.strategy.ExecuteProduceConsume.run(ExecuteProduceConsume.java:136)
	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:671)
	at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:589)
	at java.lang.Thread.run(Thread.java:748)

JT-32837: Adopt the plugin for Confluence Cloud

$
0
0
Reporter Andrey Tigay (andrey.tigay) Andrey Tigay (andrey.tigay)
Created Nov 20, 2015 1:09:18 PM
Updated Jan 9, 2019 5:45:57 PM
State Open
Assignee Egor Malyshev (megor)
Subsystem No Subsystem
Type Feature
Priority Normal
Fix versions Unscheduled
  • Adopt plugin for Confluence Cloud (need to investigate how to do it)
    • Popular plugins are added to Atlassian infostructure by Atlassian
    • We can add it to our cloud infrastructure

Viewing all 74845 articles
Browse latest View live




Latest Images