|
7671
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS] -4,16 +4,17 @@
4
4
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
6
6
7
+
use
Carbon
\
Carbon
;
7
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
-
use
Illuminate
\
Database
\
Eloquent
\
Builder
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
15
use
Jiminny
\
Models
\
Activity
;
15
use
Jiminny
\
Models
\
Activity
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;
17
+
use
Jiminny
\
Models
\
Activity
\
SearchFilter
;
17
use
Jiminny
\
Models
\
Nudge
;
18
use
Jiminny
\
Models
\
Nudge
;
18
use
Jiminny
\
Models
\
Team
;
19
use
Jiminny
\
Models
\
Team
;
19
20
@@ -34,37 +35,201 @@
34
35
35
public
function
handle
():
void
36
public
function
handle
():
void
36
{
37
{
37
-
/** @var Activity $activity */
38
+
$
activity
= Activity::
with
([
'
user.group
'
])->
uuid
(
$
this
->
activityUuid
,
false
)->
firstOrFail
();
38
-
$
activity
= Activity::
with
([
'
user
'
])->
uuid
(
$
this
->
activityUuid
,
false
)->
firstOrFail
();
39
-
40...
|
Firefox
|
Jy 20493 smart instant nudge pre filtering by niko Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app — Work...
|
github.com/jiminny/app/pull/12053/changes
|
7671
|
|
7670
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS] -4,16 +4,17 @@
4
4
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
6
6
7
+
use
Carbon
\
Carbon
;
7
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
-
use
Illuminate
\
Database
\
Eloquent
\
Builder
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
15
use
Jiminny
\
Models
\
Activity
;
15
use
Jiminny
\
Models
\
Activity
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;
17
+
use
Jiminny
\
Models
\
Activity
\
SearchFilter
;
17
use
Jiminny
\
Models
\
Nudge
;
18
use
Jiminny
\
Models
\
Nudge
;
18
use
Jiminny
\
Models
\
Team
;
19
use
Jiminny
\
Models
\
Team
;
19
20
@@ -34,37 +35,201 @@
34
35
35
public
function
handle
():
void
36
public
function
handle
():
void
36
{
37
{
37
-
/** @var Activity $activity */
38
+...
|
Firefox
|
Jy 20493 smart instant nudge pre filtering by niko Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app — Work...
|
github.com/jiminny/app/pull/12053/changes
|
7670
|
|
7669
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
JY-20818 move ask jiminny reports to its own datadog metric by LakyLak · Pull Request #12056 · jiminny/app
JY-20818 move ask jiminny reports to its own datadog metric by LakyLak · Pull Request #12056 · jiminny/app
Userpilot | Ask Jiminny Report Generated
Userpilot | Ask Jiminny Report Generated
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
Problem loading page
Problem loading page
Search the CRM - HubSpot docs
Search the CRM - HubSpot docs
Jiminny
Jiminny
New Tab
New Tab
New Tab
New Tab
Dashboards | Datadog
Dashboards | Datadog
AI Features | Datadog
AI Features | Datadog
Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app
Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to content
Skip to content
Open menu
Homepage (g then d)
jiminny
jiminny
app
app
Search or jump to…
Type
/
to search
Chat with Copilot
Open Copilot…
Create new...
All issues(g then i)
All pull requests
All repositories
You have unread notifications(g then n)
Open user navigation menu
Repository navigation
Repository navigation
Code
Code
Pull requests (32)
Pull requests
(
32
)
Agents
Agents
Actions
Actions
Wiki
Wiki
Security and quality (2)
Security and quality
(
2
)
Insights
Insights
Settings
Settings
Important update
Important update
On April 24 we'll start using GitHub Copilot interaction data for AI model training unless you opt out.
Review this update
Review this update
and manage your preferences in your
GitHub account settings
GitHub account settings
.
Dismiss banner
Jy 20493 smart instant nudge pre filtering #12053 Edit title
Jy 20493 smart instant nudge pre filtering
#
12053
Edit title
Preview
Preview
Ready to merge
Ready to merge
Code
Code
Open
nikolaybiaivanov
nikolaybiaivanov
wants to merge 7 commits into
master
master
from
JY-20493-smart-instant-nudge-pre-filtering
JY-20493-smart-instant-nudge-pre-filtering
Copy head branch name to clipboard
Lines changed: 723 additions & 24 deletions
Conversation (8)
Conversation
(
8
)
Commits (7)
Commits
(
7
)
Checks (3)
Checks
(
3
)
Files changed (2)
Files changed
(
2
)
Pull Request Toolbar
Pull Request Toolbar
Collapse file tree
Open
Jy 20493 smart instant nudge pre filtering
Jy 20493 smart instant nudge pre filtering
#
12053
All commits
All commits
nikolaybiaivanov
nikolaybiaivanov
wants to merge 7 commits into
master
master
from
JY-20493-smart-instant-nudge-pre-filtering
JY-20493-smart-instant-nudge-pre-filtering
Copy head branch name to clipboard
1 of 2 files viewed
Ready to merge
Ready to merge...
|
Firefox
|
Jy 20493 smart instant nudge pre filtering by niko Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app — Work...
|
github.com/jiminny/app/pull/12053/changes
|
7669
|
|
7668
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS] -4,16 +4,17 @@
4
4
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
6
6
7
+
use
Carbon
\
Carbon
;
7
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
-
use
Illuminate
\
Database
\
Eloquent
\
Builder
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
15
use
Jiminny
\
Models
\
Activity
;
15
use
Jiminny
\
Models
\
Activity
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;
17
+
use
Jiminny
\
Models
\
Activity
\
SearchFilter
;
17
use
Jiminny
\
Models
\
Nudge
;
18
use
Jiminny
\
Models
\
Nudge
;
18
use
Jiminny
\
Models
\
Team
;
19
use
Jiminny
\
Models
\
Team
;
19
20
@@ -34,37 +35,201 @@
34
35
35
public
function
handle
():
void
36
public
function
handle
():
void
36
{
37
{
37
-
/** @var Activity $activity */
38
+...
|
Firefox
|
Jy 20493 smart instant nudge pre filtering by niko Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app — Work...
|
github.com/jiminny/app/pull/12053/changes
|
7668
|
|
7667
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS] -4,16 +4,17 @@
4
4
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
6
6
7
+
use
Carbon
\
Carbon
;
7
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
-
use
Illuminate
\
Database
\
Eloquent
\
Builder
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;...
|
Firefox
|
Jy 20493 smart instant nudge pre filtering by niko Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app — Work...
|
github.com/jiminny/app/pull/12053/changes
|
7667
|
|
7666
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS] -4,16 +4,17 @@
4
4
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
6
6
7
+
use
Carbon
\
Carbon
;
7
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
-
use
Illuminate
\
Database
\
Eloquent
\
Builder
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
15
use
Jiminny
\
Models
\
Activity
;
15
use
Jiminny
\
Models
\
Activity
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;...
|
Firefox
|
Jy 20493 smart instant nudge pre filtering by niko Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app — Work...
|
github.com/jiminny/app/pull/12053/changes
|
7666
|
|
7665
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS] -4,16 +4,17 @@
4
4
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
6
6
7
+
use
Carbon
\
Carbon
;
7
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
-
use
Illuminate
\
Database
\
Eloquent
\
Builder
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
15
use
Jiminny
\
Models
\
Activity
;
15
use
Jiminny
\
Models
\
Activity
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;
17
+
use
Jiminny
\
Models
\
Activity
\
SearchFilter
;
17
use
Jiminny
\
Models
\
Nudge
;
18
use
Jiminny
\
Models
\
Nudge
;
18
use
Jiminny
\
Models
\
Team
;
19
use
Jiminny
\
Models
\
Team
;
19
20
@@ -34,37 +35,201 @@
34
35
35
public
function
handle
():
void
36
public
function
handle
():
void
36
{
37
{
37
-
/** @var Activity $activity */
38
+
$
activity
= Activity::
with
([
'
user.group
'
])->
uuid
(
$
this
->
activityUuid
,
false
)->
firstOrFail
();
38
-
$
activity
= Activity::
with
([
'
user
'
])->
uuid
(
$
this
->
activityUuid
,
false
)->
firstOrFail
();
39
-
40
-
/** @var Team $team */
41
$
team
= Team::
with
([...
|
Firefox
|
Jy 20493 smart instant nudge pre filtering by niko Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app — Work...
|
github.com/jiminny/app/pull/12053/changes
|
7665
|
|
7664
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS] -4,16 +4,17 @@
4
4
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
6
6
7
+
use
Carbon
\
Carbon
;
7
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
-
use
Illuminate
\
Database
\
Eloquent
\
Builder
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
15
use
Jiminny
\
Models
\
Activity
;
15
use
Jiminny
\
Models
\
Activity
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;
17
+
use
Jiminny
\
Models
\
Activity
\
SearchFilter
;
17
use
Jiminny
\
Models
\
Nudge
;
18
use
Jiminny
\
Models
\
Nudge
;
18
use
Jiminny
\
Models
\
Team
;
19
use
Jiminny
\
Models
\
Team
;
19
20
@@ -34,37 +35,201 @@
34
35
35
public
function
handle
():
void
36
public
function
handle
():
void
36
{
37
{
37...
|
Firefox
|
Jy 20493 smart instant nudge pre filtering by niko Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app — Work...
|
github.com/jiminny/app/pull/12053/changes
|
7664
|
|
7663
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS] -4,16 +4,17 @@
4
4
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
6
6
7
+
use
Carbon
\
Carbon
;
7
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
-
use
Illuminate
\
Database
\
Eloquent
\
Builder
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
15
use
Jiminny
\
Models
\
Activity
;
15
use
Jiminny
\
Models
\
Activity
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;
17
+
use
Jiminny
\
Models
\
Activity
\
SearchFilter
;
17
use
Jiminny
\
Models
\
Nudge
;
18
use
Jiminny
\
Models
\
Nudge
;
18
use
Jiminny
\
Models
\
Team
;
19
use
Jiminny
\
Models
\
Team
;
19
20
@@ -34,37 +35,201 @@
34
35
35
public
function
handle
():
void
36
public
function
handle
():
void
36
{
37
{
37
-
/** @var Activity $activity */
38...
|
Firefox
|
Jy 20493 smart instant nudge pre filtering by niko Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app — Work...
|
github.com/jiminny/app/pull/12053/changes
|
7663
|
|
7662
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS] -4,16 +4,17 @@
4
4
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
6
6
7
+
use
Carbon
\
Carbon
;
7
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
-
use
Illuminate
\
Database
\
Eloquent
\
Builder
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
15
use
Jiminny
\
Models
\
Activity
;
15
use
Jiminny
\
Models
\
Activity
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;...
|
Firefox
|
Jy 20493 smart instant nudge pre filtering by niko Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app — Work...
|
github.com/jiminny/app/pull/12053/changes
|
7662
|
|
7661
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS] -4,16 +4,17 @@
4
4
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
6
6
7
+
use
Carbon
\
Carbon
;
7
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
-
use
Illuminate
\
Database
\
Eloquent
\
Builder
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
15
use
Jiminny
\
Models
\
Activity
;
15
use
Jiminny
\
Models
\
Activity
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;
17
+
use
Jiminny
\
Models
\
Activity
\
SearchFilter
;
17
use
Jiminny
\
Models
\
Nudge
;
18
use
Jiminny
\
Models
\
Nudge
;
18
use
Jiminny
\
Models
\
Team
;
19
use
Jiminny
\
Models
\
Team
;
19
20
@@ -34,37 +35,201 @@
34
35
35
public
function
handle
():
void
36
public
function
handle
():
void
36
{
37
{
37
-
/** @var Activity $activity */
38
+
$
activity
= Activity::
with
([
'
user.group
'
])->
uuid
(
$
this
->
activityUuid
,
false
)->
firstOrFail
();
38
-
$
activity
= Activity::
with
([
'
user
'
])->
uuid
(
$
this
->
activityUuid
,
false
)->
firstOrFail
();
39
-
40
-
/** @var Team $team */
41
$
team
= Team::
with
([
'
users
'
])->
findOrFail
(
$
activity
->
user
->
team_id
);...
|
Firefox
|
Jy 20493 smart instant nudge pre filtering by niko Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app — Work...
|
github.com/jiminny/app/pull/12053/changes
|
7661
|
|
7660
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS] -4,16 +4,17 @@
4
4
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
6
6
7
+
use
Carbon
\
Carbon
;
7
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
-
use
Illuminate
\
Database
\
Eloquent
\
Builder
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
15
use
Jiminny
\
Models
\
Activity
;
15
use
Jiminny
\
Models
\
Activity
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;
17
+
use
Jiminny
\
Models
\
Activity
\
SearchFilter
;
17
use
Jiminny
\
Models
\
Nudge
;
18
use
Jiminny
\
Models...
|
Firefox
|
Jy 20493 smart instant nudge pre filtering by niko Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app — Work...
|
github.com/jiminny/app/pull/12053/changes
|
7660
|
|
7659
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
JY-20818 move ask jiminny reports to its own datadog metric by LakyLak · Pull Request #12056 · jiminny/app
JY-20818 move ask jiminny reports to its own datadog metric by LakyLak · Pull Request #12056 · jiminny/app
Userpilot | Ask Jiminny Report Generated
Userpilot | Ask Jiminny Report Generated
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
Problem loading page
Problem loading page
Search the CRM - HubSpot docs
Search the CRM - HubSpot docs
Jiminny
Jiminny
New Tab
New Tab
New Tab
New Tab
Dashboards | Datadog
Dashboards | Datadog
AI Features | Datadog
AI Features | Datadog
Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app
Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to content
Skip to content
Open menu
Homepage (g then d)
jiminny
jiminny
app
app
Search or jump to…
Type
/
to search
Chat with Copilot
Open Copilot…
Create new...
All issues(g then i)
All pull requests
All repositories
You have unread notifications(g then n)
Open user navigation menu
Repository navigation
Repository navigation
Code
Code
Pull requests (32)
Pull requests
(
32
)
Agents
Agents
Actions
Actions
Wiki
Wiki
Security and quality (2)
Security and quality
(
2
)
Insights
Insights
Settings
Settings
Important update
Important update
On April 24 we'll start using GitHub Copilot interaction data for AI model training unless you opt out.
Review this update
Review this update
and manage your preferences in your
GitHub account settings
GitHub account settings
.
Dismiss banner
Jy 20493 smart instant nudge pre filtering #12053 Edit title
Jy 20493 smart instant nudge pre filtering
#
12053
Edit title
Preview
Preview
Ready to merge
Ready to merge
Code
Code
Open
nikolaybiaivanov
nikolaybiaivanov
wants to merge 7 commits into
master
master
from
JY-20493-smart-instant-nudge-pre-filtering
JY-20493-smart-instant-nudge-pre-filtering
Copy head branch name to clipboard
Lines changed: 723 additions & 24 deletions
Conversation (8)
Conversation
(
8
)
Commits (7)
Commits
(
7
)
Checks (3)
Checks
(
3
)
Files changed (2)
Files changed
(
2
)
Pull Request Toolbar
Pull Request Toolbar
Collapse file tree
Open
Jy 20493 smart instant nudge pre filtering
Jy 20493 smart instant nudge pre filtering
#
12053
All commits
All commits
nikolaybiaivanov
nikolaybiaivanov
wants to merge 7 commits into
master
master
from
JY-20493-smart-instant-nudge-pre-filtering
JY-20493-smart-instant-nudge-pre-filtering
Copy head branch name to clipboard
0 of 2 files viewed
Ready to merge
Ready to merge
Submit review
Submit
review
Open diff view settings
Open overview panel
Open comments panel
(
0
)
Filter files…
Filter options
File tree
File tree
app/Component/Nudge/Job
ProcessOrganisationImmediateNudgesJob.php
ProcessOrganisationImmediateNudgesJob.php
tests/Feature/Component/Nudge
ProcessOrganisationImmediateNudgesJobTest.php
ProcessOrganisationImmediateNudgesJobTest.php
Collapse file
app/Component/Nudge/Job/ProcessOrganisationImmediateNudgesJob.php
app/Component/Nudge/Job/ProcessOrganisationImmediateNudgesJob.php
app/Component/Nudge/Job/ProcessOrganisationImmediateNudgesJob.php
Copy file name to clipboard
Expand all lines: app/Component/Nudge/Job/ProcessOrganisationImmediateNudgesJob.php
Lines changed: 189 additions & 24 deletions
Not Viewed
Viewed
Comment on this file
More options...
|
Firefox
|
Jy 20493 smart instant nudge pre filtering by niko Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app — Work...
|
github.com/jiminny/app/pull/12053/changes
|
7659
|
|
7658
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS] -4,16 +4,17 @@
4
4
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
5
namespace
Jiminny
\
Component
\
Nudge
\
Job
;
6
6
7
+
use
Carbon
\
Carbon
;
7
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Bus
\
Queueable
;
8
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
use
Illuminate
\
Contracts
\
Queue
\
ShouldQueue
;
9
-
use
Illuminate
\
Database
\
Eloquent
\
Builder
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
10
use
Illuminate
\
Foundation
\
Bus
\
Dispatchable
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
11
use
Illuminate
\
Queue
\
InteractsWithQueue
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
12
use
Illuminate
\
Queue
\
SerializesModels
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
13
use
Illuminate
\
Support
\
Facades
\
Log
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
14
use
Jiminny
\
Component
\
Queue
\
Constants
;
15
use
Jiminny
\
Models
\
Activity
;
15
use
Jiminny
\
Models
\
Activity
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;
16
use
Jiminny
\
Models
\
Activity
\
Search
;
17
+
use...
|
Firefox
|
Jy 20493 smart instant nudge pre filtering by niko Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app — Work...
|
github.com/jiminny/app/pull/12053/changes
|
7658
|
|
7657
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
JY-20818 move ask jiminny reports to its own datadog metric by LakyLak · Pull Request #12056 · jiminny/app
JY-20818 move ask jiminny reports to its own datadog metric by LakyLak · Pull Request #12056 · jiminny/app
Userpilot | Ask Jiminny Report Generated
Userpilot | Ask Jiminny Report Generated
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
Problem loading page
Problem loading page
Search the CRM - HubSpot docs
Search the CRM - HubSpot docs
Jiminny
Jiminny
New Tab
New Tab
New Tab
New Tab
Dashboards | Datadog
Dashboards | Datadog
AI Features | Datadog
AI Features | Datadog
Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app
Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to content
Skip to content
Open menu
Homepage (g then d)
jiminny
jiminny
app
app
Search or jump to…
Type
/
to search
Chat with Copilot
Open Copilot…
Create new...
All issues(g then i)
All pull requests
All repositories
You have unread notifications(g then n)
Open user navigation menu
Repository navigation
Repository navigation
Code
Code
Pull requests (32)
Pull requests
(
32
)
Agents
Agents
Actions
Actions
Wiki
Wiki
Security and quality (2)
Security and quality
(
2
)
Insights
Insights
Settings
Settings
Important update
Important update
On April 24 we'll start using GitHub Copilot interaction data for AI model training unless you opt out.
Review this update
Review this update
and manage your preferences in your
GitHub account settings
GitHub account settings
.
Dismiss banner
Review requested
Review requested
nikolaybiaivanov
nikolaybiaivanov
requested your review on this pull request.
Add your review
Add your review
Jy 20493 smart instant nudge pre filtering #12053 Edit title
Jy 20493 smart instant nudge pre filtering
#
12053
Edit title
Ready to merge
Ready to merge
Code
Code
Open
nikolaybiaivanov
nikolaybiaivanov
wants to merge 7 commits into
master
master
from
JY-20493-smart-instant-nudge-pre-filtering
JY-20493-smart-instant-nudge-pre-filtering
Copy head branch name to clipboard
Lines changed: 723 additions & 24 deletions
Conversation (8)
Conversation
(
8
)
Commits (7)
Commits
(
7
)
Checks (3)
Checks
(
3
)
Files changed (2)
Files changed
(
2
)...
|
Firefox
|
Jy 20493 smart instant nudge pre filtering by niko Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app — Work...
|
github.com/jiminny/app/pull/12053/changes
|
7657
|
|
7656
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS]
Show options
nikolaybiaivanov commented 20 hours ago
nikolaybiaivanov
nikolaybiaivanov
commented
20 hours ago
20 hours ago
JIRA: JY-XXXX
JIRA: JY-XXXX
Deployment notes:
Deployment notes:
None
Add or remove reactions
nikolaybiaivanov
nikolaybiaivanov
added
5
commits
yesterday
yesterday
@nikolaybiaivanov
JY-20493
JY-20493
| Smart match for nudges
| Smart match for nudges
7 / 10 checks OK
1825948
1825948
@nikolaybiaivanov
JY-20493
JY-20493
| Smart matching, add more cases
| Smart matching, add more cases
20 / 21 checks OK
9664393
9664393
@nikolaybiaivanov
JY-20493
JY-20493
| Change log type
| Change log type
20 / 21 checks OK
5fee7d8
5fee7d8
@nikolaybiaivanov
JY-20493
JY-20493
| Add tests
| Add tests
20 / 21 checks OK
91a6e0e
91a6e0e
@nikolaybiaivanov
JY-20493
JY-20493
| Add more tests
| Add more tests
21 / 21 checks OK
643587e
643587e
@nikolaybiaivanov
nikolaybiaivanov
nikolaybiaivanov
requested review from
LakyLak
LakyLak
and
yalokin-jiminny
yalokin-jiminny
19 hours ago
19 hours ago
@nikolaybiaivanov
Merge branch 'master' into
Merge branch 'master' into
JY-20493
JY-20493
-smart-instant-nudge-pre-filtering
-smart-instant-nudge-pre-filtering
Verified
Verified
21 / 22 checks OK
ed3b3a1
ed3b3a1
@yalokin-jiminny
Show options
yalokin-jiminny commented 1 hour ago
yalokin-jiminny
yalokin-jiminny
commented
1 hour ago
1 hour ago
@claude
@claude
Add or remove reactions
react with eyes
👀
1
@claude
Show options
claude Bot commented 1 hour ago •
claude
claude
Bot
commented
1 hour ago
1 hour ago
•
edited
edited
Claude finished
@yalokin-jiminny
@yalokin-jiminny
's task in 1m 48s
——
View job
View job
Code Review
Code Review
Completed task
Read changed files
Completed task
Analyze code changes
Completed task
Post review feedback
Overall the pre-filtering approach is a solid performance optimization — eagerly skipping searches that can't match before dispatching
ProcessNudgeSearchJob
is a good pattern. The three-value logic (
null
= pass-through,
false
= definite mismatch) is clean and consistent across most checks. A few issues worth addressing:
Bugs
Bugs
1.
checkCategoryId
— incorrectly blocks activities with no category
(
ProcessOrganisationImmediateNudgesJob.php:143
)
return
$
categoryId
!==
null
&&
$
filter
->
getFilterValue
() ===
$
categoryId
?
null
:
false
;
Copy
When
$categoryId === null
this returns
false
, blocking the nudge. But a null category means the data may not be ready yet — ES should handle this, not the pre-filter. Compare with
checkStageId
(line 183–185) which explicitly returns
null
for null values. Should be:
if
(
$
categoryId
===
null
) {
return
null
;
}
return
$
filter
->
getFilterValue
() ===
$
categoryId
?
null
:
false
;
Copy
Fix this →
Fix this →
2.
checkGroupId
— blocks activities when user has no group
(
ProcessOrganisationImmediateNudgesJob.php:119-121
)
$
groupUuid
=
$
activity
->
user
->
getGroup
()?->getUuid();
return
$
filter
->
getFilterValue
() ===
$
groupUuid
?
null
:
false
;
Copy
If the user has no group,
$groupUuid
is
null
. The comparison
$filterValue === null
will almost certainly be
false
, so the nudge gets skipped. Like
checkStageId
, a missing value should return
null
to let ES decide:
if
(
$
groupUuid
===
null
) {
return
null
;
}
return
$
filter
->
getFilterValue
() ===
$
groupUuid
?
null
:
false
;
Copy
Fix this →
Fix this →
3. Potential type mismatch in
checkStageId
(
ProcessOrganisationImmediateNudgesJob.php:187
)
$
stageId
=
$
activity
->
stage_id
;
// ...
return
$
filter
->
getFilterValue
() ===
$
stageId
?
null
:
false
;
Copy
$activity->stage_id
is likely a raw integer from the database, while
getFilterValue()
returns a string. Strict equality
===
would return
false
for
'5' === 5
. Worth confirming whether
stage_id
is an integer or UUID/string — if integer, a cast is needed:
$filter->getFilterValue() === (string) $stageId
.
Code Smell
Code Smell
4. Misleading variable name in
checkEndDate
(
ProcessOrganisationImmediateNudgesJob.php:204
)
$
startTime...
|
Firefox
|
Jy 20493 smart instant nudge pre filtering by niko Jy 20493 smart instant nudge pre filtering by nikolaybiaivanov · Pull Request #12053 · jiminny/app — Work...
|
github.com/jiminny/app/pull/12053
|
7656
|
|
7655
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
JY-20818 move ask jiminny reports to its own datadog metric by LakyLak · Pull Request #12056 · jiminny/app
JY-20818 move ask jiminny reports to its own datadog metric by LakyLak · Pull Request #12056 · jiminny/app
Userpilot | Ask Jiminny Report Generated
Userpilot | Ask Jiminny Report Generated
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
Problem loading page
Problem loading page
Search the CRM - HubSpot docs
Search the CRM - HubSpot docs
Jiminny
Jiminny
New Tab
New Tab
New Tab
New Tab
Dashboards | Datadog
Dashboards | Datadog
AI Features | Datadog
AI Features | Datadog
github.com/jiminny/app/pull/12053
github.com/jiminny/app/pull/12053
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Waiting for github.com…...
|
Firefox
|
Work — Mozilla Firefox
|
github.com/jiminny/app/pull/12053
|
7655
|
|
7654
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
JY-20818 move ask jiminny reports to its own datadog metric by LakyLak · Pull Request #12056 · jiminny/app
JY-20818 move ask jiminny reports to its own datadog metric by LakyLak · Pull Request #12056 · jiminny/app
Userpilot | Ask Jiminny Report Generated
Userpilot | Ask Jiminny Report Generated
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
Problem loading page
Problem loading page
Search the CRM - HubSpot docs
Search the CRM - HubSpot docs
Jiminny
Jiminny
New Tab
New Tab
New Tab
New Tab
Dashboards | Datadog
Dashboards | Datadog
AI Features | Datadog
AI Features | Datadog
github.com/jiminny/app/pull/12053
github.com/jiminny/app/pull/12053
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Waiting for github.com…...
|
Firefox
|
Work — Mozilla Firefox
|
github.com/jiminny/app/pull/12053
|
7654
|
|
7653
|
Switch workspaces… (Jiminny Inc) Has new messages
Switch workspaces… (Jiminny Inc) Has new messages
Home
Home
DMs
DMs
Activity
Activity
Files
Files
Later
Later
More…
More
Unreads
Threads
Huddles
Drafts & sent
1
Directories
jiminny-x-integration-app
platform-inner-team
ai-chapter
alerts
backend
bugs
confusion-clinic
curiosity_lab
engineering
general
jiminny-bg
platform-tickets
product_launches
random
releases
sofia-office
support
thank-yous
the_people_of_jiminny
Galya Dimitrova
Aneliya Angelova
,
Nikolay Yankov
,
Steliyan Georgiev
Stoyan Tanev
Stefka Stoyanova
Ves
Aneliya Angelova
Vasil Vasilev
James Graham
Nikolay Ivanov
Lukas Kovalik
you
Jira Cloud
Toast
Home
Messages
Messages
About
Jump to date
Toast
APP
Yesterday at 10:00:02 AM
10:00 AM
Resolve Conflicts
app
#11443 Test hublets latency
#11443 Test hublets latency
4 months old・20 files changed
#11327 JY-19501 webhook based opportunity sync
#11327 JY-19501 webhook based opportunity sync
Show more
Added by
Toast for GitHub
Toast for GitHub
Needs Love
app
#12024 JY-20773 fix user pilot tracking ofr automated report generated
#12024 JY-20773 fix user pilot tracking ofr automated report generated
8 days old・1 file changed
Added by
Toast for GitHub
Toast for GitHub
Review Toast
APP
Yesterday at 4:10:21 PM
4:10 PM
#502 JY-205680: Relax action items assignee
#502 JY-205680: Relax action items assignee
by
@Steliyan Georgiev
@Steliyan Georgiev
merged by
@Steliyan Georgiev
@Steliyan Georgiev
(author) after 2 approvals from others
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Review Toast
APP
Yesterday at 5:21:56 PM
5:21 PM
#12053 Jy 20493 smart instant nudge pre filtering
(edited)
PR review requested by
nikolaybiaivanov
nikolaybiaivanov
#12053 Jy 20493 smart instant nudge pre filtering
#12053 Jy 20493 smart instant nudge pre filtering
by
nikolaybiaivanov
nikolaybiaivanov
5 commits・2 files changed
JIRA: JY-XXXX
Deployment notes:
• None
jiminny/app
jiminny/app
Added by
Toast for GitHub
Toast for GitHub
approved by
@Nikolay Nikolov
@Nikolay Nikolov
Added by
Toast for GitHub
Toast for GitHub
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Jump to date
New
Toast
APP
Today at 10:00:04 AM
10:00 AM
Review
app
#12053 Jy 20493 smart instant nudge pre filtering
#12053 Jy 20493 smart instant nudge pre filtering
16 hours old・2 files changed・
nikolaybiaivanov
nikolaybiaivanov
Added by
Toast for GitHub
Toast for GitHub
Resolve Conflicts
app
#10810 JY-17640 push data to Dynamics
#10810 JY-17640 push data to Dynamics
10 months old・16 files changed
Added by
Toast for GitHub
Toast for GitHub
Needs Love
app
#12024 JY-20773 fix user pilot tracking ofr automated report generated
#12024 JY-20773 fix user pilot tracking ofr automated report generated
9 days old・1 file changed
#11443 Test hublets latency
#11443 Test hublets latency
Show more
Added by
Toast for GitHub
Toast for GitHub
Channel
https://github.com/jiminny/app/pull/12053
ActivityLaterMoreSlackVIewMistonWindowHelp@ Describe what you are looking forJiminny ... ~# engineering# general# jiminny-bg# platform-tickets# product launches# random# releases# soha-ofhce# support# thank-vous# the_people_of jimi....? Direct messages. Galya DimitrovaAneliya Angelova,..D. Stoyan Tanev •a. Stefka Stoyanova. Ves OP. Aneliya Angelova€. Vasil Vasilev¿ James GrahamC.. Nikolay Ivanov* Lukas Kovalik y...#:AppsJira Cloud® Toast<<>ToastHomeMessagesAboutReview Toa Vestardav#502JY-20bo0v. Kerax action itemsassignee by @Steliyan Georgievmerged by @Stelivan Georgiev (author) after 2Revi#12053 Jy 20493 smart instant nudge prenitering (edited)[URL_WITH_CREDENTIALS] NikolovAdded bv Toast for GitHubMessage Toast+ AalE ids.txt appTa raw_sql_query.sql app© SimulateWebhooksCommand.php app/Console/Commands/Crm/HubspotM+ WEBHOOK_FILTERING_IMPLEMENTATION.md appG Rematch/bullder.ong© Jiminn(C) Hydraast extend1* voident')SAMPLE RAtest-tear05910onvIRITY_HEADCONNECTIONHOSTE=DB_PORT=3306EDB_DATABASE=j=DB_USERNAME=TE [ENV_SECRET] github.com/jiminPlatform Sprint 3 Q2 - Platform TeSevenShores|Hubspot\ExceptionsService-Desk - Queues - PlatformJy 20807 check various issues wiIlluminate|Queue\MaxAttemptsExcJY-20818 move ask jiminny rer X1 Useroilot 1 Ask liminny Report GerJY-20773 fix user pilot tracking ofProblem loadina paqeSearch the CRM - HubSnot docs8 Jiminny) New TabNew TabDashboards | DatadogAl Features | Datadog83 OpenJY-20818 move ask jiminny reports to its own datadog metric #12056LakyLak wants to merge 1 commit into master from JY-20818-move-AJ-reports-to-separated-datadoq-metric• Inis branch nas not been deploveaNo denlovmentex Review requiredAt least 1 approvina review is required bv reviewers with write access.• Some checks haven't completed yet3 pendina. 1 in proaress. 1 expected. • successtul checksI• O ci/circleci: setup Waiting for status to be reported - CircleCl is running your tests• O ci/circleci: test-backend-lint Waiting for status to be reported - CircleCl is running your tests• O ci/circleci: test-frontend Waiting for status to be reported - CircleCl is running your tests• @ SonarCloud Code Analysis Expected - Waiting for status to be reportedRequired1 in oroaress check v• O build_accept_deploy Started 4 minutes ago — Workflow: build_accept_deployA Merging is blockedAt least 1 approving review is required by reviewers with write access.Enable auto-mergeYou can also merge this with the command line. View command line instructionsStill in progress? Convert to draftAcc a commentWritePreviewHBIE»OAdd vour comment here…..M* Markdown is suoported1 Paste. drov. or click to add files88 Close pull request@ Remember, contributions to this repository should follow our GitHub Community Guidelines.? ProTip! Add comments to specific lines under Files changed.C. 40 lbl Ol SupportDaily•in 2h44m A # 100% €/2 Fri 8 May 12:16:53None yetProiectsNone vetMilestoneNo milestoneDevelopmentSuccessfully merging this pull request may close theseIssues.None yetNotificationsCustomizeUnsubscribeYou're receiving notifications because you're watching1 participant8 Lock conversation...
|
Slack
|
Toast (DM) - Jiminny Inc - 4 new items - Slack
|
NULL
|
7653
|
|
7652
|
Switch workspaces… (Jiminny Inc) Has new messages
Switch workspaces… (Jiminny Inc) Has new messages
Home
Home
DMs
DMs
Activity
Activity
Files
Files
Later
Later
More…
More
Unreads
Threads
Huddles
Drafts & sent
1
Directories
jiminny-x-integration-app
platform-inner-team
ai-chapter
alerts
backend
bugs
confusion-clinic
curiosity_lab
engineering
general
jiminny-bg
platform-tickets
product_launches
random
releases
sofia-office
support
thank-yous
the_people_of_jiminny
Galya Dimitrova
Aneliya Angelova
,
Nikolay Yankov
,
Steliyan Georgiev
Stoyan Tanev
Stefka Stoyanova
Ves
Aneliya Angelova
Vasil Vasilev
James Graham
Nikolay Ivanov
Lukas Kovalik
you
Jira Cloud
Toast
Home
Messages
Messages
About
Jump to date
Toast
APP
Yesterday at 10:00:02 AM
10:00 AM
Resolve Conflicts
app
#11443 Test hublets latency
#11443 Test hublets latency
4 months old・20 files changed
#11327 JY-19501 webhook based opportunity sync
#11327 JY-19501 webhook based opportunity sync
Show more
Added by
Toast for GitHub
Toast for GitHub
Needs Love
app
#12024 JY-20773 fix user pilot tracking ofr automated report generated
#12024 JY-20773 fix user pilot tracking ofr automated report generated
8 days old・1 file changed
Added by
Toast for GitHub
Toast for GitHub
Review Toast
APP
Yesterday at 4:10:21 PM
4:10 PM
#502 JY-205680: Relax action items assignee
#502 JY-205680: Relax action items assignee
by
@Steliyan Georgiev
@Steliyan Georgiev
merged by
@Steliyan Georgiev
@Steliyan Georgiev
(author) after 2 approvals from others
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Review Toast
APP
Yesterday at 5:21:56 PM
5:21 PM
#12053 Jy 20493 smart instant nudge pre filtering
(edited)
PR review requested by
nikolaybiaivanov
nikolaybiaivanov
#12053 Jy 20493 smart instant nudge pre filtering
#12053 Jy 20493 smart instant nudge pre filtering
by
nikolaybiaivanov
nikolaybiaivanov
5 commits・2 files changed
JIRA: JY-XXXX
Deployment notes:
• None
jiminny/app
jiminny/app
Added by
Toast for GitHub
Toast for GitHub
approved by
@Nikolay Nikolov
@Nikolay Nikolov
Added by
Toast for GitHub
Toast for GitHub
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Jump to date
New
Toast
APP
Today at 10:00:04 AM
10:00 AM
Review
app
#12053 Jy 20493 smart instant nudge pre filtering
#12053 Jy 20493 smart instant nudge pre filtering
16 hours old・2 files changed・
nikolaybiaivanov
nikolaybiaivanov
Added by
Toast for GitHub
Toast for GitHub
Resolve Conflicts
app
#10810 JY-17640 push data to Dynamics
#10810 JY-17640 push data to Dynamics
10 months old・16 files changed
Added by
Toast for GitHub
Toast for GitHub
Needs Love
app
#12024 JY-20773 fix user pilot tracking ofr automated report generated
#12024 JY-20773 fix user pilot tracking ofr automated report generated
9 days old・1 file changed
#11443 Test hublets latency
#11443 Test hublets latency
Show more
Added by
Toast for GitHub
Toast for GitHub
Channel
https://github.com/jiminny/app/pull/12053
SlackFileEditViewGoHistoryWindowHelp>0 lbl= Support Daily • in 2 h 44 m100% C8APP (-zsh)883DOCKERDEV (docker)₴82APP (-zsh)jiminny-worker-processing-2:jiminny-worker-processing-2_00:startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00:startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00:startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00:startedworker-download:worker-download_00:startedworker-emails:worker-emails_00:startedworker-es-update:worker-es-update_00:startedworker-nudges:worker-nudges_00: started-zsh• 84What's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20818-move-AJ-reports-to-separated-datadog-metric) $ csfixdocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diffPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.PHP runtime: 8.3.30Running analysis on 7 cores with 10 files per process.Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!Loadedconfig default from".php-cs-fixer.dist.php".5663/5663100%screenpipe"•$5-zshFri 8 May 12:16:53T81₴6APPFixed 0 of 5663 files in 42.875 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image + docker debug docker_lamp_1Learn more at https://docs.docker.com/go/debug-cli/lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20818-move-AJ-reports-to-separated-datadog-metric) $ I...
|
Slack
|
Toast (DM) - Jiminny Inc - 4 new items - Slack
|
NULL
|
7652
|
|
7651
|
ActivityFllesFirefoxVIewMistorToolsHelpJiminny... ActivityFllesFirefoxVIewMistorToolsHelpJiminny... ~# engineering# general# jiminny-bg# platform-tickets# product launches# random# releases# soha-ofhce# support# thank-yous# the_people_of jimi....? Direct messages. Galya DimitrovaE Aneliya Angelova, ...D. Stoyan Tanev •a. Stefka StoyanovaP. Ves O8. Aneliya Angelova€. Vasil VasilevJames GrahamC.. Nikolay IvanovLukas Kovalik y...#:AppsJira Cloud® Toast<<>bookmarksProtllesWindowToastHomeMessagesAboutReview Toa Vestardaw#502JY-20bo0v. Kerax action itemsassignee by @Steliyan Georgievmerged by @Stelivan Georgiev (author) after 2Review Toast APP 5:21 PM#12053 Jy 20493 smart instant nudge prenitering (edited)PR review requested bynikolaybiaivanov#12053 Jv 20493 smartiinstant nudge prefiltering by5 commits - 2 fileschangedJRA• IY-XXXXDeployment notes:• NoneMinollainWirloleAl approved by @Nikolay NikolovAdded bv Toast for GitHubMessage Toast+ AalE ids.txt appTraw_sal_query.sal app© SimulateWebhooksCommand.php app/Console/Commands/Crm/HubspotM+ WEBHOOK_FILTERING_IMPLEMENTATION.md appG Rematch/abullder.onp© Jimin© Hydrast exten: void*C ...methe•( ...methent'):: AUTOMAT!SAMPLE_RAtest-tear25819 .env.JRITY_HEADCONNECTION3_HOST=127.0=DB_PORT=3306EDB_DATABASE=j=DB_USERNAME=FE [ENV_SECRET] Sprint 3 Q2 - Platform TeSevenShores|Hubspot\ExceptionsService-Desk - Queues - Platform• Jy 20807 check various issues witIlluminate|Queue\MaxAttemptsExcJY-20818 move ask jiminny report1 Useroilot 1 Ask liminny Report GenJY-20773 fix user pilot tracking ofProblem loadina paqeN Search the CRM - HubSpot docs8 Jiminny) New TabNew TabDashboards | DatadogAl Features | Datadognikolaybiaivanov (Nikolay Ivano X1 New Tal• github.com/nikolaybiaivanovnikolaybiaivanovM OverviewRepositories 5# Projects@ Packages# Stars 1@ On April 24 we'll start using GitHub Copilot interaction data for Al model training unless you opt out. Review this update and manage your preferences in your GitHub account settings.Nikolay IvanovnikolaybiaivanovFollowA JiminnyO Sofia.OraanizationsIBlock or renort userPopular repositoriesjoin-the-teamForked from jiminny/join-the-teamInterested in joining the Jiminny Engineering team? Start here!myappTesting out the new Flutter version•DartrecordForked from llfbandit/recordAudio recorder from microphone to a given file path. No externaltor rendencies, Media Recorder is used for Android an AVAudioRecorder• Kotlin1,464 contributions in the last yearAugWedLearn how we count contributiondContribution activityMav 2026E Created 12 commits in 1 repositoryjiminny/app 12 commits50 lihi^ # Support Daily - in 2 h 44 ml100% 28Fri8 May 12:16:50Q Type I to search+.packages|Forked from flutter/packages•A collection of useful packaaes maintained by the Flutter teamO DartIfimoea-kitForked from arthenica/ffmpeg-kitFFmpeg Kit for applications. Supports Android, Flutter, iOS, LinuxmacOS, React Native and tvOS. Supersedes MobileFFmpeg,Feb20262025202420232022...
|
iTerm2
|
NULL
|
NULL
|
7651
|
|
7650
|
Switch workspaces… (Jiminny Inc) Has new messages
Switch workspaces… (Jiminny Inc) Has new messages
Home
Home
DMs
DMs
Activity
Activity
Files
Files
Later
Later
More…
More
Unreads
Threads
Huddles
Drafts & sent
1
Directories
jiminny-x-integration-app
platform-inner-team
ai-chapter
alerts
backend
bugs
confusion-clinic
curiosity_lab
engineering
general
jiminny-bg
platform-tickets
product_launches
random
releases
sofia-office
support
thank-yous
the_people_of_jiminny
Galya Dimitrova
Aneliya Angelova
,
Nikolay Yankov
,
Steliyan Georgiev
Stoyan Tanev
Stefka Stoyanova
Ves
Aneliya Angelova
Vasil Vasilev
James Graham
Nikolay Ivanov
Lukas Kovalik
you
Jira Cloud
Toast
Home
Messages
Messages
About
Jump to date
Toast
APP
Yesterday at 10:00:02 AM
10:00 AM
Resolve Conflicts
app
#11443 Test hublets latency
#11443 Test hublets latency
4 months old・20 files changed
#11327 JY-19501 webhook based opportunity sync
#11327 JY-19501 webhook based opportunity sync
Show more
Added by
Toast for GitHub
Toast for GitHub
Needs Love
app
#12024 JY-20773 fix user pilot tracking ofr automated report generated
#12024 JY-20773 fix user pilot tracking ofr automated report generated
8 days old・1 file changed
Added by
Toast for GitHub
Toast for GitHub
Review Toast
APP
Yesterday at 4:10:21 PM
4:10 PM
#502 JY-205680: Relax action items assignee
#502 JY-205680: Relax action items assignee
by
@Steliyan Georgiev
@Steliyan Georgiev
merged by
@Steliyan Georgiev
@Steliyan Georgiev
(author) after 2 approvals from others
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Review Toast
APP
Yesterday at 5:21:56 PM
5:21 PM
#12053 Jy 20493 smart instant nudge pre filtering
(edited)
PR review requested by
nikolaybiaivanov
nikolaybiaivanov
#12053 Jy 20493 smart instant nudge pre filtering
#12053 Jy 20493 smart instant nudge pre filtering
by
nikolaybiaivanov
nikolaybiaivanov
5 commits・2 files changed
JIRA: JY-XXXX
Deployment notes:
• None
jiminny/app
jiminny/app
Added by
Toast for GitHub
Toast for GitHub
approved by
@Nikolay Nikolov
@Nikolay Nikolov
Added by
Toast for GitHub
Toast for GitHub
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Jump to date
New
Toast
APP
Today at 10:00:04 AM
10:00 AM
Review
app
#12053 Jy 20493 smart instant nudge pre filtering
#12053 Jy 20493 smart instant nudge pre filtering
16 hours old・2 files changed・
nikolaybiaivanov
nikolaybiaivanov
Added by
Toast for GitHub
Toast for GitHub
Resolve Conflicts
app
#10810 JY-17640 push data to Dynamics
#10810 JY-17640 push data to Dynamics
10 months old・16 files changed
Added by
Toast for GitHub
Toast for GitHub
Needs Love
app
#12024 JY-20773 fix user pilot tracking ofr automated report generated
#12024 JY-20773 fix user pilot tracking ofr automated report generated
9 days old・1 file changed
#11443 Test hublets latency
#11443 Test hublets latency
Show more
Added by
Toast for GitHub
Toast for GitHub
Channel
https://github.com/nikolaybiaivanov
ActivityLaterMoreSlackVIewMistonWindowHelp@ Describe what you are looking forJiminny ... ~# engineering# general# jiminny-bg# platform-tickets# product_launches# random# releases# soha-ofhce# support# thank-vous# the_people_of jimi....? Direct messages. Galya DimitrovaAneliya Angelova,..D. Stoyan Tanev •a. Stefka Stoyanova. Ves OP. Aneliya Angelova€. Vasil Vasilev¿ James GrahamC.. Nikolay IvanovLukas Kovalik y...#:AppsJira Cloud® Toast<<>ToastHomeMessagesAboutReview Toa Vestardaw#502JY-20bo0v. Kerax action itemsassignee by @Steliyan Georgievmerged by @Stelivan Georgiev (author) after 2Revi#12053 JV 20473 smart instant nudge [URL_WITH_CREDENTIALS] NikolovAdded bv Toast for GitHubMessage Toast+ AalE ids.txt appTraw_sal_query.sal app© SimulateWebhooksCommand.php app/Console/Commands/Crm/HubspotM+ WEBHOOK_FILTERING_IMPLEMENTATION.md appG Rematch/bullder.ong© Jiminn(C) Hydraast extend: voident'):: AUTOMATISAMPLE RAtest-tear25819 .env.IRITY_HEADCONNECTIONHOSTE=DB_PORT=3306EDB_DATABASE=j=DB_USERNAME=TE [ENV_SECRET] github.com/jiminPlatform Sprint 3 Q2 - Platform TeSevenShores|Hubspot\ExceptionsService-Desk - Queues - PlatformJy 20807 check various issues wiIlluminate|Queue\MaxAttemptsExcJY-20818 move ask jiminny rer X1 Useroilot 1 Ask liminny Report GenJY-20773 fix user pilot tracking ofProblem loadina paqeSearch the CRM - HubSnot docs8 Jiminny) New TabNew TabDashboards | DatadogAl Features | Datadog83 OpenJY-20818 move ask jiminny reports to its own datadog metric #12056LakyLak wants to merge 1 commit into master from JY-20818-move-AJ-reports-to-separated-datadoq-metricInis oranch nas nor been deplovedNo denlavmenre* Review requiredAt least 1 approvina review is required bv reviewers with write access.• Some checks haven't completed yet4 pendina. 1 in proaress. 1 expected. 4 successtul checks• O ci/circleci: phpstan Waiting for status to be reported — CircleCI is running your tests...• O ci/circleci: setup Waiting for status to be reported - CircleCl is running your tests• O ci/circleci: test-backend-lint Waiting for status to be reported - CircleCl is running your tests• © ci/circleci: test-frontend Waiting for status to be reported - CircleCl is running your tests• & SonarCloud Code Analysis Expected - Waiting for status to be reportedRequired1 in progress check v• O build_accept_deploy Started 3 minutes ago — Workflow: build_accept_deployA Merging is blockedAt least 1 approving review is required by reviewers with write access.Enable auto-mergeYou can also merge this with the command line. View command line instructionsStill in progress? Convert to draftAdd a commentWritePreviewHBIE»OAdd vour comment here….M* Markdown is suoported1 Paste. drov. or click to add files8i Close pull request@ Remember, contributions to this repository should follow our GitHub Community Guidelines.? ProTip! Add comments to specific lines under Files changed.C. 40 lbl O SupportDaily•in 2h44m A # 100% €/2 Fri 8 May 12:16:47None yetProiectsNone vetMilestoneNo milestoneDevelopmentSuccessfully merging this pull request may close theseIssues.None yetNotificationsCustomizeUnsubscribeYou're receiving notifications because you're watching1 participant8 Lock conversation...
|
Slack
|
Toast (DM) - Jiminny Inc - 4 new items - Slack
|
NULL
|
7650
|
|
7649
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
JY-20818 move ask jiminny reports to its own datadog metric by LakyLak · Pull Request #12056 · jiminny/app
JY-20818 move ask jiminny reports to its own datadog metric by LakyLak · Pull Request #12056 · jiminny/app
Userpilot | Ask Jiminny Report Generated
Userpilot | Ask Jiminny Report Generated
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
Problem loading page
Problem loading page
Search the CRM - HubSpot docs
Search the CRM - HubSpot docs
Jiminny
Jiminny
New Tab
New Tab
New Tab
New Tab
Dashboards | Datadog
Dashboards | Datadog
AI Features | Datadog
AI Features | Datadog
github.com/nikolaybiaivanov
github.com/nikolaybiaivanov
Close tab
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Waiting for github.com…...
|
Firefox
|
Work — Mozilla Firefox
|
github.com/nikolaybiaivanov
|
7649
|
|
7648
|
Switch workspaces… (Jiminny Inc) Has new messages
Switch workspaces… (Jiminny Inc) Has new messages
Home
Home
DMs
DMs
Activity
Activity
Files
Files
Later
Later
More…
More
Unreads
Threads
Huddles
Drafts & sent
1
Directories
jiminny-x-integration-app
platform-inner-team
ai-chapter
alerts
backend
bugs
confusion-clinic
curiosity_lab
engineering
general
jiminny-bg
platform-tickets
product_launches
random
releases
sofia-office
support
thank-yous
the_people_of_jiminny
Galya Dimitrova
Aneliya Angelova
,
Nikolay Yankov
,
Steliyan Georgiev
Stoyan Tanev
Stefka Stoyanova
Ves
Aneliya Angelova
Vasil Vasilev
James Graham
Nikolay Ivanov
Lukas Kovalik
you
Jira Cloud
Toast
Home
Messages
Messages
About
Jump to date
Review Toast
APP
Yesterday at 5:21:56 PM
5:21 PM
#12053 Jy 20493 smart instant nudge pre filtering
(edited)
PR review requested by
nikolaybiaivanov
nikolaybiaivanov
#12053 Jy 20493 smart instant nudge pre filtering
#12053 Jy 20493 smart instant nudge pre filtering
by
nikolaybiaivanov
nikolaybiaivanov
5 commits・2 files changed
JIRA: JY-XXXX
Deployment notes:
• None
jiminny/app
jiminny/app
Added by
Toast for GitHub
Toast for GitHub
approved by
@Nikolay Nikolov
@Nikolay Nikolov
Added by
Toast for GitHub
Toast for GitHub
Jump to date
New
Toast
APP
Today at 10:00:04 AM
10:00 AM
Review
app
#12053 Jy 20493 smart instant nudge pre filtering
#12053 Jy 20493 smart instant nudge pre filtering
16 hours old・2 files changed・
nikolaybiaivanov
nikolaybiaivanov
Added by
Toast for GitHub
Toast for GitHub
Resolve Conflicts
app
#10810 JY-17640 push data to Dynamics
#10810 JY-17640 push data to Dynamics
10 months old・16 files changed
Added by
Toast for GitHub
Toast for GitHub
Needs Love
app
#12024 JY-20773 fix user pilot tracking ofr automated report generated
#12024 JY-20773 fix user pilot tracking ofr automated report generated
9 days old・1 file changed
#11443 Test hublets latency
#11443 Test hublets latency
Show more
Added by
Toast for GitHub
Toast for GitHub
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Channel
SlackFileEditViewGoHistoryWindowHelp>0 lbl= Support Daily • in 2 h 44 m100% C8APP (-zsh)883DOCKERDEV (docker)₴82APP (-zsh)jiminny-worker-processing-2:jiminny-worker-processing-2_00:startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00:startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00:startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00:startedworker-download:worker-download_00:startedworker-emails:worker-emails_00:startedworker-es-update:worker-es-update_00:startedworker-nudges:worker-nudges_00: started-zsh• 84What's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20818-move-AJ-reports-to-separated-datadog-metric) $ csfixdocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diffPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.PHP runtime: 8.3.30Running analysis on 7 cores with 10 files per process.Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!Loadedconfig default from".php-cs-fixer.dist.php".5663/5663100%screenpipe"•$5-zshFri 8 May 12:16:42T81₴6APPFixed 0 of 5663 files in 42.875 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image + docker debug docker_lamp_1Learn more at https://docs.docker.com/go/debug-cli/lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20818-move-AJ-reports-to-separated-datadog-metric) $ I...
|
Slack
|
Toast (DM) - Jiminny Inc - 4 new items - Slack
|
NULL
|
7648
|
|
7647
|
Switch workspaces… (Jiminny Inc) Has new messages
Switch workspaces… (Jiminny Inc) Has new messages
Home
Home
DMs
DMs
Activity
Activity
Files
Files
Later
Later
More…
More
Unreads
Threads
Huddles
Drafts & sent
1
Directories
jiminny-x-integration-app
platform-inner-team
ai-chapter
alerts
backend
bugs
confusion-clinic
curiosity_lab
engineering
general
jiminny-bg
platform-tickets
product_launches
random
releases
sofia-office
support
thank-yous
the_people_of_jiminny
Galya Dimitrova
Aneliya Angelova
,
Nikolay Yankov
,
Steliyan Georgiev
Stoyan Tanev
Stefka Stoyanova
Ves
Aneliya Angelova
Vasil Vasilev
James Graham
Nikolay Ivanov
Lukas Kovalik
you
Jira Cloud
Toast
Home
Messages
Messages
About
Jump to date
Review Toast
APP
Yesterday at 5:21:56 PM
5:21 PM
#12053 Jy 20493 smart instant nudge pre filtering
(edited)
PR review requested by
nikolaybiaivanov
nikolaybiaivanov
#12053 Jy 20493 smart instant nudge pre filtering
#12053 Jy 20493 smart instant nudge pre filtering
by
nikolaybiaivanov
nikolaybiaivanov
5 commits・2 files changed
JIRA: JY-XXXX
Deployment notes:
• None
jiminny/app
jiminny/app
Added by
Toast for GitHub
Toast for GitHub
approved by
@Nikolay Nikolov
@Nikolay Nikolov
Added by
Toast for GitHub
Toast for GitHub
Jump to date
New
Toast
APP
Today at 10:00:04 AM
10:00 AM
Review
app
#12053 Jy 20493 smart instant nudge pre filtering
#12053 Jy 20493 smart instant nudge pre filtering
16 hours old・2 files changed・
nikolaybiaivanov
nikolaybiaivanov
Added by
Toast for GitHub
Toast for GitHub
Resolve Conflicts
app
#10810 JY-17640 push data to Dynamics
#10810 JY-17640 push data to Dynamics
10 months old・16 files changed
Added by
Toast for GitHub
Toast for GitHub
Needs Love
app
#12024 JY-20773 fix user pilot tracking ofr automated report generated
#12024 JY-20773 fix user pilot tracking ofr automated report generated
9 days old・1 file changed
#11443 Test hublets latency
#11443 Test hublets latency
Show more
Added by
Toast for GitHub
Toast for GitHub
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Channel
HomeActivit)LaterMoreSlackVIewMistonWindowHelp@ Describe what you are looking forJiminny…..# engineering# general# jiminny-bg# platform-tickets# product_launches# random# releases" sona-oince# support# thank-yous# the_people_of jimi...o? Direct messages. Galya DimitrovaE Aneliya Angelova, ...D. Stoyan Tanev •a. Stefka Stoyanova. Ves Of. Aneliya Angelova€. Vasil Vasilev&. James GrahamC.. Nikolay IvanovLukas Kovalik y...: Apps• Jira Cloug® ToastToastHomeMessagesAboutAdded by Toast for GitHubTodav vToast APP 10:00 AMReview#12053 Jy 20493 smartinstant nudge pre16 hours old - 2 fileschanged •nikolaybiaivanovAdded by Toast for GitHubResolve Confllictsabt#10810 JY-17640 pushdata to Dvnamice10 months old • 16 fleschangedAdded by Toast for GitHubNeeds Loveapp#12024 JY-20773 fixuser pilot tracking oftautomated reportMessage Toast+ Aa ®E ids.txt appTa raw_sql_query.sql app© SimulateWebhooksCommand.php app/Console/Commands/Crm/HubspotM+ WEBHOOK_FILTERING_IMPLEMENTATION.md appG Rematch/bullder.ong(©) Jiminn© Hydreast extend: void::AUTOMATISAMPLE_RAtest-tear25819 .env.IRITY_HEADCONNECTION_HOST=127.0=DB_PORT=3306EDB_DATABASE=j=DB_USERNAME=T= DB PASSWORDE:© github.com/jiminPlatform Sprint 3 Q2 - Platform TeSevenShores|Hubspot\ExceptionsService-Desk - Queues - PlatformJy 20807 check various issues wiIlluminate|Queue\MaxAttemptsExcJY-20818 move ask jiminny rer X1 Useroilot 1 Ask liminny Report Ger@JY-20773 fix user pilot tracking ofrProblem loadina paqeN Search the CRM - HubSpot docs8 Jiminny) New TabNew TabDashboards | DatadogAl Features | Datadog83 OpenJY-20818 move ask jiminny reports to its own datadog metric #12056LakyLak wants to merge 1 commit into master from JY-20818-move-AJ-reports-to-separated-datadoq-metricInis oranch nas nor been deplovedNo denlavmenre* Review requiredAt least 1 approvina review is required bv reviewers with write access.• Some checks haven't completed yet4 pendina. 1 in proaress. 1 expected. 4 successtul checks• O ci/circleci: phpstan Waiting for status to be reported — CircleCI is running your tests...• O ci/circleci: setup Waiting for status to be reported - CircleCl is running your tests• O ci/circleci: test-backend-lint Waiting for status to be reported - CircleCl is running your tests• © ci/circleci: test-frontend Waiting for status to be reported - CircleCl is running your tests• & SonarCloud Code Analysis Expected — Waiting for status to be reportedRequired1 in progress check v• O build_accept_deploy Started 3 minutes ago — Workflow: build_accept_deployA Merging is blockedAt least 1 approving review is required by reviewers with write access.Enable auto-mergeYou can also merge this with the command line. View command line instructionsStill in progress? Convert to draftAdd a commentWritePreviewHBIE»OAdd vour comment here…..M* Markdown is suoported1 Paste. drov. or click to add files8i Close pull request@ Remember, contributions to this repository should follow our GitHub Community Guidelines.? ProTip! Add comments to specific lines under Files changed.C. 40 lbl l Support Daily•in 2h44m A # 100% C/X Fri 8 May 12:16:42None yetProiectsNone vetMilestoneNo milestoneDevelopmentSuccessfully merging this pull request may close theseIssues.None yetNotificationsCustomizeUnsubscribeYou're receiving notifications because you're watching1 participant8 Lock conversation...
|
Slack
|
Toast (DM) - Jiminny Inc - 4 new items - Slack
|
NULL
|
7647
|
|
7646
|
Switch workspaces… (Jiminny Inc) Has new messages
Switch workspaces… (Jiminny Inc) Has new messages
Home
Home
DMs
DMs
Activity
Activity
Files
Files
Later
Later
More…
More
Unreads
Threads
Huddles
Drafts & sent
1
Directories
jiminny-x-integration-app
platform-inner-team
ai-chapter
alerts
backend
bugs
confusion-clinic
curiosity_lab
engineering
general
jiminny-bg
platform-tickets
product_launches
random
releases
sofia-office
support
thank-yous
the_people_of_jiminny
Galya Dimitrova
Aneliya Angelova
,
Nikolay Yankov
,
Steliyan Georgiev
Stoyan Tanev
Stefka Stoyanova
Ves
Aneliya Angelova
Vasil Vasilev
James Graham
Nikolay Ivanov
Lukas Kovalik
you
Toast
Jira Cloud
Messages
Messages
Files
Files
Bookmarks
Bookmarks
Pins
Pins
Add and Edit Channel Tabs
Canvas
List
Folder
Jump to date
Lauren Hudson
Apr 29th at 12:58:46 PM
12:58 PM
Hi team, I'm trying to set up auto detect for Les Mills, but when I add a new playbook (because they want it applied across all teams), it's pulling in a load of activity types that I am not able to delete. Any ideas please?
Screenshot 2026-04-29 at 10.54.42.png
Toggle file
Screenshot 2026-04-29 at 10.54.42.png
1 reply
9 days ago
View thread
Lauren Hudson
Apr 29th at 6:17:44 PM
6:17 PM
Hello, request from Norstella to update their Jiminny to match this shared spreadsheet. Is somebody from the support team able to help please?
Numbers Document
Toggle file
Commercial Roster - 2026(Commercial Roster).numbers Numbers Document
Commercial Roster - 2026(Commercial Roster).numbers
Numbers Document
3 replies
Last reply 3 days ago
View thread
Jump to date
Lauren Hudson
May 6th at 6:03:30 PM
6:03 PM
Hello, can somebody loop me into the conversation around Dingus & Zazzy (Enoch's) request for us to provide transcripts / video for them ahead of them leaving? Thank you
12 replies
Last reply 1 day ago
View thread
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply to thread
Forward message…
Save for later
Summarize thread
More actions
Jump to date
New
Calum
Today at 12:12:19 PM
12:12 PM
Could someone reprocess a trialist' call for me please? Tendios on EU, They only have one call but the caller didn't add himself to the team so call scoring didn't happen...
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Channel support
ActivitySlackcalVIewHistoryWindowHelp@ Describe what you are looking forJiminny ... ~# engineering# general# jiminny-bg# platform-tickets# product_launches# randomi released# sofia-office# support# thank-yous# the_people_of jimi...^ Direct messagesP. Galya DimitrovaB Aneliya Angelova,...8 Stoyan Tanev •A. Stefka Stoyanova@ Ves OR. Aneliya Angelova•. Vasil Vasilev2. James GrahamC. Nikolay Ivanov. Lukas Kovalik y...#: Apps® ToastSi Jira Gloud# support8 33• Messagese Files• Bookmarks& Pins5M HelloWednesday. April 29th~ updatetheir Jiminny to match this sharedsoreadsneer.s somebodv trom the suboortteam able to help please?Numbers DocumentCommercial Roster - 2026(C...Numbers Document3 replies Last reply 3 days agoWednesday, May 6th~Lauren Hudson 6:03 PMHello, can somebody loop me into theconversaton around Dingus & azzv(-noch's) request for us to providetranscrints video for them anead of themleaving TThank vou8879 12 replies Last reply 1...calum 12:12 PMCould someone reprocess a trialist' call forme pease.endios on -u. Thev onlv haveone call but the caller didn't add himself tothe team so calll scoring didn't hanben...Message #support+ Aa I‹› >Eids.txt appTa raw_sql_query.sql app© SimulateWebhooksCommand.php app/Console/Commands/Crm/HubspotM+ WEBHOOK_FILTERING_IMPLEMENTATION.md appG Rematch/bullder.ong(C) Hydraast extend: void•.AUTUMAIISAMPLE RAtest-tear05910onvIRITY_HEADCONNECTION_HOST=127.0- DB PORIES506EDB_DATABASE=j=DB_USERNAME=T= DB PASSWORDE:-DB_PORT_OHIO=© github.com/jiminPlatform Sprint 3 Q2 - Platform TeSevenShores|Hubspot\ExceptionsService-Desk - Queues - PlatformJy 20807 check various issues wiIlluminate|Queue\MaxAttemptsExcJY-20818 move ask jiminny rer X1 Useroilot 1 Ask liminny Report GenJY-20773 fix user pilot tracking ofProblem loadina paqeN Search the CRM - HubSpot docs8 Jiminny) New TabNew TabDashboards | DatadogAl Features | Datadog83 OpenJY-20818 move ask jiminny reports to its own datadog metric #12056LakyLak wants to merge 1 commit into master from JY-20818-move-AJ-reports-to-separated-datadoq-metricInis oranch nas nor been deplovedNo denlavmenre* Review requiredAt least 1 approvina review is required bv reviewers with write access.• Some checks haven't completed yet4 pendina. 1 in proaress. 1 expected. 4 successtul checks• O ci/circleci: phpstan Waiting for status to be reported — CircleCI is running your tests...• O ci/circleci: setup Waiting for status to be reported - CircleCl is running your tests• O ci/circleci: test-backend-lint Waiting for status to be reported - CircleCl is running your tests• © ci/circleci: test-frontend Waiting for status to be reported - CircleCl is running your tests• & SonarCloud Code Analysis Expected - Waiting for status to be reportedRequired1 in progress check v• 0 build_accept_deploy Started 3 minutes ago — Workflow: build_accept_deployA Merging is blockedAt least 1 approving review is required by reviewers with write access.Enable auto-mergeYou can also merge this with the command line. View command line instructionsStill in progress? Convert to draftAdd a commentWritePreviewHBIE»OAdd vour comment here….M* Markdown is suoported1 Paste. drov. or click to add files8i Close pull request@ Remember, contributions to this repository should follow our GitHub Community Guidelines.? ProTip! Add comments to specific lines under Files changed.C. 40 lbl l Support Daily•in 2h44m A # 100% C/ Fri 8 May 12:16:38None yetProiectsNone vetMilestoneNo milestoneDevelopmentSuccessfully merging this pull request may close theseIssues.None yetNotificationsCustomizeUnsubscribeYou're receiving notifications because you're watching1 participant8 Lock conversation...
|
Slack
|
support (Channel) - Jiminny Inc - 5 new items - Sl support (Channel) - Jiminny Inc - 5 new items - Slack...
|
NULL
|
7646
|
|
7645
|
Switch workspaces… (Jiminny Inc) Has new messages
Switch workspaces… (Jiminny Inc) Has new messages
Home
Home
DMs
DMs
Activity
Activity
Files
Files
Later
Later
More…
More
Unreads
Threads
Huddles
Drafts & sent
1
Directories
jiminny-x-integration-app
platform-inner-team
ai-chapter
alerts
backend
bugs
confusion-clinic
curiosity_lab
engineering
general
jiminny-bg
platform-tickets
product_launches
random
releases
sofia-office
support
thank-yous
the_people_of_jiminny
Galya Dimitrova
Aneliya Angelova
,
Nikolay Yankov
,
Steliyan Georgiev
Stoyan Tanev
Stefka Stoyanova
Ves
Aneliya Angelova
Vasil Vasilev
James Graham
Nikolay Ivanov
Lukas Kovalik
you
Toast
Jira Cloud
Messages
Messages
Files
Files
Bookmarks
Bookmarks
Pins
Pins
Add and Edit Channel Tabs
Canvas
List
Folder
Jump to date
Lauren Hudson
Apr 29th at 12:58:46 PM
12:58 PM
Hi team, I'm trying to set up auto detect for Les Mills, but when I add a new playbook (because they want it applied across all teams), it's pulling in a load of activity types that I am not able to delete. Any ideas please?
Screenshot 2026-04-29 at 10.54.42.png
Toggle file
Screenshot 2026-04-29 at 10.54.42.png
1 reply
9 days ago
View thread
Lauren Hudson
Apr 29th at 6:17:44 PM
6:17 PM
Hello, request from Norstella to update their Jiminny to match this shared spreadsheet. Is somebody from the support team able to help please?
Numbers Document
Toggle file
Commercial Roster - 2026(Commercial Roster).numbers Numbers Document
Commercial Roster - 2026(Commercial Roster).numbers
Numbers Document
3 replies
Last reply 3 days ago
View thread
Jump to date
Lauren Hudson
May 6th at 6:03:30 PM
6:03 PM
Hello, can somebody loop me into the conversation around Dingus & Zazzy (Enoch's) request for us to provide transcripts / video for them ahead of them leaving? Thank you
12 replies
Last reply 1 day ago
View thread
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply to thread
Forward message…
Save for later
Summarize thread
More actions
Jump to date
New
Calum
Today at 12:12:19 PM
12:12 PM
Could someone reprocess a trialist' call for me please? Tendios on EU, They only have one call but the caller didn't add himself to the team so call scoring didn't happen...
React with white_check_mark
React with eyes
React with raised_hands
Add reaction…
Reply in thread
Forward message…
Save for later
More actions
Channel support
SlackFileEditViewGoHistoryWindowHelp>0 lbl= Support Daily • in 2 h 44 m100% C8APP (-zsh)883DOCKERDEV (docker)₴82APP (-zsh)jiminny-worker-processing-2:jiminny-worker-processing-2_00:startedjiminny-worker-processing-3:jiminny-worker-processing-3_00: startedjiminny-worker-processing-4:jiminny-worker-processing-4_00: startedjiminny-worker-processing-5:jiminny-worker-processing-5_00: startedjiminny-worker-processing-delayed: jiminny-worker-processing-delayed_00: startedworker:worker_00: startedworker-analytics:worker-analytics_00:startedworker-audio:worker-audio_00: startedworker-calendar:worker-calendar_00:startedworker-conferences:worker-conferences_00: startedworker-crm-sync:worker-crm-sync_00: startedworker-crm-update:worker-crm-update_00:startedworker-download:worker-download_00:startedworker-emails:worker-emails_00:startedworker-es-update:worker-es-update_00:startedworker-nudges:worker-nudges_00: started-zsh• 84What's next:Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug docker_lamp_1Learn more at [URL_WITH_CREDENTIALS] ~/jiminny/app (JY-20818-move-AJ-reports-to-separated-datadog-metric) $ csfixdocker exec -it docker_lamp_1 ./vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.dist.php -v --using-cache=no --diffPHP CS Fixer 3.87.1 Alexander by Fabien Potencier, Dariusz Ruminski and contributors.PHP runtime: 8.3.30Running analysis on 7 cores with 10 files per process.Parallel runner is an experimental feature and may be unstable, use it at your own risk. Feedback highly appreciated!Loadedconfig default from".php-cs-fixer.dist.php".5663/5663100%screenpipe"•$5-zshFri 8 May 12:16:38T81₴6APPFixed 0 of 5663 files in 42.875 seconds, 60.00 MB memory usedWhat's next:Try Docker Debug for seamless, persistent debugging tools in any container or image + docker debug docker_lamp_1Learn more at https://docs.docker.com/go/debug-cli/lukas@Lukas-Kovaliks-MacBook-Pro-Jiminny ~/jiminny/app (JY-20818-move-AJ-reports-to-separated-datadog-metric) $ I...
|
Slack
|
support (Channel) - Jiminny Inc - 5 new items - Sl support (Channel) - Jiminny Inc - 5 new items - Slack...
|
NULL
|
7645
|
|
7644
|
rireroxMISTOMbookmarksProtllesToolsWindowmelprTavs rireroxMISTOMbookmarksProtllesToolsWindowmelprTavsco.sProject© CrmActivityService.php© DeleteCrmEntityTrait.php© Service.phpG Rematchyrayloadbullder.pnge) CrmActivitvserviceC CrmConfigurationS:(C) AutomatedReportscallos© CrmObjectsResolve % Constants.php) CheскAnaketrукemotematch.phg© Jimis© DefaultProspectSe:c EmailHeloerTest.onC FieldValueConverte © ImportBatchJobTrait.php(c)SyncHubspotObiects.php(C) Hydn© LayoutManagerTes© MigrateProviderSer(C) MatchCrmData.phpOpportunity Activity© OpportunitySyncStiC ProspectCacheTest 120© ProspectSearchStraC ProviderRegistryTe 122© RecordSelectorTes© Activity.php(C) DeraultUpdateCrmDatalclass_AutomatedReportscallbackServiceTest extenoublic function testPushiodatadogo: void$automatedReport->shouldReceive(Steam->chouildReceived)$automatedReport->shouldReceive( ...methSresult->chouldReceived.methodNames:C ResolveCompanyN: 124C TimePerioditerator1 125C UpdateCrmDataRes 126Datadog: : shouldReceive('increment')->once()-swsth> D Internalv C Kiosk~ D AutomatedReportsDatadogConstants: :FULL_SAMPLE_RA© ActivityTypeSer© AskJiminnyRepo© AskJiminnyRepo(©) AutomatedReno© AutomatedRepo'report type' = exec summorganization = "test-tear'frequency' => 'weekly'.medla type ="pat,(c) AutomatedRepoChanaes 1 file© 47e25819 .env.Unversioned Files 9 files= env.nikilocal aonE .env.other appSECURITY_HEADC CanAccessAiReportsTest.php tests/Unit/Policies© CreateMockAsKJiminnyReportResultCommand.php app/Console/Commands/Rer_=DB_CONNECTIONfo favicon ico nublicEids.txt app12 raw sal query.sal app© SimulateWebhooksCommand.php app/Console/Commands/Crm/HubspotM+ WEBHOOK_FILTERING_IMPLEMENTATION.md app- DB HOSTEWA=DB_PORT=3306EDB_DATABASE=j=DB_USERNAME=F-DB PASSWORDE:© github.com/jiminny/app/pull/12056Platform Sprint 3 Q2 - Platform TeSevenShores|Hubspot\ExceptionsService-Desk - Queues - Platforn• Jy 20807 check various issues wiIlluminate|QueA\MaxAttemptsJY-20818 move ask jiminny rer1 Useroilot 1 Ask liminny Report GeJY-20773 fix user pilot tracking ofProblem loadina paqeSo Search the CRM - HubSpot docs8 Jiminny) New TabNew TabDashboards | DatadogAl Features | Datadog- New Tad83 OpenJY-20818 move ask jiminny reports to its own datadog metric #12056LakyLak wants to merge 1 commit into master from JY-20818-move-AJ-reports-to-separated-datadoq-metricInis oranch nas nor been depiovedNo denlavmenrex Review requiredAt least 1 approvina review is required bv reviewers with write access.• Some checks haven't completed yet4 pendina. 1 in proaress. 1 expected. 4 successtul checks• O ci/circleci: phpstan Waiting for status to be reported — CircleCI is running your tests• O ci/circleci: setup Waiting for status to be reported - CircleCl is running your tests• O ci/circleci: test-backend-lint Waiting for status to be reported - CircleCl is running your tests• © ci/circleci: test-frontend Waiting for status to be reported - CircleCl is running your tests• & SonarCloud Code Analysis Expected - Waiting for status to be reportedRequired1 in progress check v@ 0 build_accept_deploy Started 3 minutes ago — Workflow: build_accept_deployA Merging is blockedAt least 1 approving review is required by reviewers with write access.Enable auto-mergeYou can also merge this with the command line. View command line instructionsStill in progress? Convert to draftAdd a commentWritePreviewHBIE»OAdd vour comment here….M* Markdown is suoported1 Paste. drov. or click to add files88 Close pull request@ Remember, contributions to this repository should follow our GitHub Community Guidelines.? ProTip! Add comments to specific lines under Files changed.C. 40 lbl l Support Daily•in 2h44m A # 100% C/ Fri 8 May 12:16:33None yetProiectsNone yetMilestoneNo milestoneDevelopmentSuccessfully merging this pull request may close theseIssues.None yetNotificationsCustomizeUnsubscribeYou're receiving notifications because you're watching1 participant8 Lock conversation...
|
Firefox
|
JY-20818 move ask jiminny reports to its own datad JY-20818 move ask jiminny reports to its own datadog metric by LakyLak · Pull Request #12056 · jiminny/app — Work...
|
github.com/jiminny/app/pull/12056
|
7644
|
|
7643
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS]
Show options
LakyLak commented now
LakyLak
LakyLak
commented
now
now
JIRA: JY-20818
JIRA:
JY-20818
JY-20818
Changes:
Changes:
Move Ask Jiminny reports to separated datadog metrics
Add or remove reactions
@LakyLak
JY-20818
JY-20818
move ask jiminny reports to its own datadog metric
move ask jiminny reports to its own datadog metric
4 / 9 checks OK
47e2581
47e2581
This branch has not been deployed
This branch has not been deployed
No deployments
Merge info
Merge info
Some checks haven't completed yet
Some checks haven't completed yet
4 pending, 1 in progress, 1 expected, 4 successful checks
Collapse checks
Collapse 5 pending checks group
5 pending checks
Checks settings
pending checks
pending checks
ci/circleci: phpstan
ci/circleci: phpstan
ci/circleci: phpstan
Waiting for status to be reported
— CircleCI is running your tests
More actions
ci/circleci: setup
ci/circleci: setup
ci/circleci: setup
Waiting for status to be reported
— CircleCI is running your tests
More actions
ci/circleci: test-backend-lint
ci/circleci: test-backend-lint
ci/circleci: test-backend-lint
Waiting for status to be reported
— CircleCI is running your tests
More actions
ci/circleci: test-frontend
ci/circleci: test-frontend
ci/circleci: test-frontend
Waiting for status to be reported
— CircleCI is running your tests
More actions
SonarCloud Code Analysis
SonarCloud Code Analysis
Expected
— Waiting for status to be reported
Required
Collapse 1 in progress check group
1 in progress check
in progress checks
in progress checks
Loading
build_accept_deploy
build_accept_deploy
build_accept_deploy
Started
3 minutes ago
— Workflow: build_accept_deploy
More actions
Collapse 4 successful checks group
4 successful checks
successful checks
successful checks
ci/circleci: build-backend
ci/circleci: build-backend
ci/circleci: build-backend
— Your tests passed on CircleCI!
More actions
ci/circleci: build-frontend
ci/circleci: build-frontend
ci/circleci: build-frontend
— Your tests passed on CircleCI!
More actions
ci/circleci: checkout-code
ci/circleci: checkout-code
ci/circleci: checkout-code
— Your tests passed on CircleCI!
More actions
setup-workflow
setup-workflow
setup-workflow
Successful in 31s
— Workflow: setup-workflow
More actions
Loading
Checking for the ability to merge automatically...
Checking for the ability to merge automatically...
Hang in there while we check the branch's status.
Enable auto-merge
Enable auto-merge
Select merge method
You can also merge this with the command line.
View command line instructions.
Still in progress?
Convert to draft
Convert to draft
@LakyLak
Add a comment
Add a comment
Comment
Write
Write
Preview
Preview
Comment
Markdown is supported
Markdown
is supported
Paste, drop, or click to add files
Paste, drop, or click to add files
Close pull request
Close pull request
Comment
Remember, contributions to this repository should follow our
GitHub Community Guidelines
GitHub Community Guidelines
.
ProTip!
Add comments to specific lines under
Files changed
Files changed
.
Reviewers
Suggestions
Request
Request
@yalokin-jiminny
yalokin-jiminny
yalokin-jiminny
At least 1 approving review is required to merge this pull request.
Still in progress?
Convert to draft
Assignees
No one—
assign yourself
Labels
None yet
Projects
None yet
Milestone
No milestone
Development
Development
Successfully merging this pull request may close these issues.
None yet
Notifications Customize
Notifications
Customize
Unsubscribe
Unsubscribe
You’re receiving notifications because you’re watching this repository.
1 participant
1 participant
@LakyLak
Lock conversation
Lock conversation
Footer
Footer
GitHub Homepage
© 2026 GitHub, Inc.
Footer navigation
Footer navigation
Terms
Terms
Privacy
Privacy
Security
Security
Status
Status
Community
Community
Docs
Docs
Contact
Contact
Manage cookies
Do not share my personal information...
|
Firefox
|
JY-20818 move ask jiminny reports to its own datad JY-20818 move ask jiminny reports to its own datadog metric by LakyLak · Pull Request #12056 · jiminny/app — Work...
|
github.com/jiminny/app/pull/12056
|
7643
|
|
7642
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS]
Add a title
*
JY-20818 move ask jiminny reports to its own datadog metric
Generate pull request title with Copilot
Add a description
Add a description
Comment
Write
Write
Preview
Preview
### JIRA: JY-20818
#### Changes:
- Move Ask Jiminny reports to separated datadog metrics
Markdown is supported
Markdown
is supported
Paste, drop, or click to add files
Paste, drop, or click to add files
Create pull request
Select a type of pull request
Remember, contributions to this repository should follow our
GitHub Community Guidelines
GitHub Community Guidelines
.
️
Reviewers
Suggestions
Request
Request
@yalokin-jiminny
yalokin-jiminny
yalokin-jiminny
At least 1 approving review is required to merge this pull request.
Assignees
No one—
assign yourself
Labels
None yet
Projects
None yet
Milestone
No milestone
Helpful resources
GitHub Community Guidelines
GitHub Community Guidelines
1
commit
3
files changed
1
contributor
Commits on May 8, 2026
Commits on May 8, 2026
JY-20818
JY-20818
move ask jiminny reports to its own datadog metric
move ask jiminny reports to its own datadog metric
@LakyLak
LakyLak
LakyLak
committed
3 minutes ago
4 / 9 checks OK
Copy the full SHA
47e2581
47e2581
Browse the repository at this point in the history
Split
Split
Unified
Unified
Showing
3 changed files
with
61 additions
and
7 deletions
.
Toggle diff contents
Expand all
1 change: 1 addition & 0 deletions
app/Component/Datadog/Constants.php
app/Component/Datadog/Constants.php
Copy
Show options
Original file line number
Original file line
Diff line number
Diff line change
Expand Up
@@ -38,6 +38,7 @@ final class Constants
38
public
const
string
ACTIVITIES_DIALERS_TRACK_DURATION
=
'
jiminny.activities.dialers.track.duration
'
;
38
public
const
string
ACTIVITIES_DIALERS_TRACK_DURATION
=
'
jiminny.activities.dialers.track.duration
'
;
39
public
const
string
AI_AUTOMATION_CRM_WRITE_EXECUTED
=
'
jiminny.ai_automation.crm_update_executed
'
;
39
public
const
string
AI_AUTOMATION_CRM_WRITE_EXECUTED
=
'
jiminny.ai_automation.crm_update_executed
'
;
40
public
const
string
AUTOMATED_REPORTS
=
'
jiminny.automated_reports.usage
'
;
40
public
const
string
AUTOMATED_REPORTS
=
'
jiminny.automated_reports.usage
'
;
41
+
public
const
string
ASK_JIMINNY_REPORTS
=
'
jiminny.ask_jiminny_reports.usage
'
;
41
public
const
string
HUBSPOT_WEBHOOK_SYNC
=
'
jiminny.crm.hubspot_webhook_sync
'
;
42
public
const
string
HUBSPOT_WEBHOOK_SYNC
=
'
jiminny.crm.hubspot_webhook_sync
'
;
42
public
const
string
AI_ACTIVITY_TYPE
=
'
jiminny.ai_activity_type
'
;
43
public
const
string
AI_ACTIVITY_TYPE
=
'
jiminny.ai_activity_type
'
;
43
public
const
string
AI_CALL_SCORING
=
'
jiminny.ai_call_scoring
'
;
44
public
const
string
AI_CALL_SCORING
=
'
jiminny.ai_call_scoring
'
;
Expand Down
Original file line number
Expand Up
38
39
40
41
42
43
Expand Down...
|
Firefox
|
Comparing master...JY-20818-move-AJ-reports-to-sep Comparing master...JY-20818-move-AJ-reports-to-separated-datadog-metric · jiminny/app — Work...
|
github.com/jiminny/app/compare/JY-20818-move-AJ-re github.com/jiminny/app/compare/JY-20818-move-AJ-reports-to-separated-datadog-metric?expand=1...
|
7642
|
|
7641
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS]
Add a title
*
JY-20818 move ask jiminny reports to its own datadog metric
Generate pull request title with Copilot
Add a description
Add a description
Comment
Write
Write
Preview
Preview
### JIRA: JY-20818
#### Changes:
- Move Ask Jiminny reports to separated datadog metrics
Markdown is supported
Markdown
is supported
Paste, drop, or click to add files
Paste, drop, or click to add files
Create pull request
Select a type of pull request
Remember, contributions to this repository should follow our
GitHub Community Guidelines
GitHub Community Guidelines
.
️
Reviewers
Suggestions
Request
Request
@yalokin-jiminny
yalokin-jiminny
yalokin-jiminny
At least 1 approving review is required to merge this pull request.
Assignees
No one—
assign yourself
Labels
None yet
Projects
None yet
Milestone
No milestone
Helpful resources
GitHub Community Guidelines
GitHub Community Guidelines
1
commit
3
files changed
1
contributor
Commits on May 8, 2026
Commits on May 8, 2026
JY-20818
JY-20818
move ask jiminny reports to its own datadog metric
move ask jiminny reports to its own datadog metric
@LakyLak
LakyLak
LakyLak
committed
3 minutes ago
4 / 9 checks OK
Copy the full SHA
47e2581
47e2581
Browse the repository at this point in the history
Split
Split
Unified
Unified
Showing
3 changed files
with
61 additions
and
7 deletions
.
Toggle diff contents
Expand all
1 change: 1 addition & 0 deletions
app/Component/Datadog/Constants.php
app/Component/Datadog/Constants.php
Copy
Show options
Original file line number
Original file line
Diff line number
Diff line change
Expand Up
@@ -38,6 +38,7 @@ final class Constants
38
public
const
string
ACTIVITIES_DIALERS_TRACK_DURATION
=
'
jiminny.activities.dialers.track.duration
'
;
38
public
const
string
ACTIVITIES_DIALERS_TRACK_DURATION
=
'
jiminny.activities.dialers.track.duration
'
;
39
public
const
string
AI_AUTOMATION_CRM_WRITE_EXECUTED
=
'
jiminny.ai_automation.crm_update_executed
'
;
39
public
const
string
AI_AUTOMATION_CRM_WRITE_EXECUTED
=
'
jiminny.ai_automation.crm_update_executed
'
;
40
public
const
string
AUTOMATED_REPORTS
=
'
jiminny.automated_reports.usage
'
;
40
public
const
string
AUTOMATED_REPORTS
=
'
jiminny.automated_reports.usage
'
;
41
+
public
const
string
ASK_JIMINNY_REPORTS
=
'
jiminny.ask_jiminny_reports.usage
'
;
41
public
const
string
HUBSPOT_WEBHOOK_SYNC
=
'
jiminny.crm.hubspot_webhook_sync
'
;
42
public
const
string
HUBSPOT_WEBHOOK_SYNC
=
'
jiminny.crm.hubspot_webhook_sync
'
;
42
public
const
string
AI_ACTIVITY_TYPE
=
'
jiminny.ai_activity_type
'
;
43
public
const
string
AI_ACTIVITY_TYPE
=
'
jiminny.ai_activity_type
'
;
43
public
const
string
AI_CALL_SCORING
=
'
jiminny.ai_call_scoring
'
;
44...
|
Firefox
|
Comparing master...JY-20818-move-AJ-reports-to-sep Comparing master...JY-20818-move-AJ-reports-to-separated-datadog-metric · jiminny/app — Work...
|
github.com/jiminny/app/compare/JY-20818-move-AJ-re github.com/jiminny/app/compare/JY-20818-move-AJ-reports-to-separated-datadog-metric?expand=1...
|
7641
|
|
7640
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS]
Add a title
*
JY-20818 move ask jiminny reports to its own datadog metric
Generate pull request title with Copilot
Add a description
Add a description
Comment
Write
Write
Preview
Preview
### JIRA: JY-20818
#### Changes:
- Sample change
- Another sample change
Markdown is supported
Markdown
is supported
Paste, drop, or click to add files
Paste, drop, or click to add files
Create pull request
Select a type of pull request
Remember, contributions to this repository should follow our
GitHub Community Guidelines
GitHub Community Guidelines
.
️
Reviewers
Suggestions
Request
Request
@yalokin-jiminny
yalokin-jiminny
yalokin-jiminny
At least 1 approving review is required to merge this pull request.
Assignees
No one—
assign yourself
Labels
None yet
Projects
None yet
Milestone
No milestone
Helpful resources
GitHub Community Guidelines
GitHub Community Guidelines
1
commit
3
files changed
1
contributor
Commits on May 8, 2026
Commits on May 8, 2026
JY-20818
JY-20818
move ask jiminny reports to its own datadog metric
move ask jiminny reports to its own datadog metric
@LakyLak
LakyLak
LakyLak
committed
3 minutes ago
4 / 9 checks OK
Copy the full SHA
47e2581
47e2581
Browse the repository at this point in the history
Split
Split
Unified
Unified
Showing
3 changed files
with
61 additions
and
7 deletions
.
Toggle diff contents
Expand all
1 change: 1 addition & 0 deletions
app/Component/Datadog/Constants.php
app/Component/Datadog/Constants.php
Copy
Show options
Original file line number
Original file line
Diff line number
Diff line change
Expand Up
@@ -38,6 +38,7 @@ final class Constants
38
public
const
string
ACTIVITIES_DIALERS_TRACK_DURATION
=
'
jiminny.activities.dialers.track.duration
'
;
38
public
const
string
ACTIVITIES_DIALERS_TRACK_DURATION
=
'
jiminny.activities.dialers.track.duration
'
;
39
public
const
string
AI_AUTOMATION_CRM_WRITE_EXECUTED
=
'
jiminny.ai_automation.crm_update_executed
'
;
39
public
const
string
AI_AUTOMATION_CRM_WRITE_EXECUTED
=
'
jiminny.ai_automation.crm_update_executed
'
;
40
public
const
string
AUTOMATED_REPORTS
=
'
jiminny.automated_reports.usage
'
;
40
public
const
string
AUTOMATED_REPORTS
=
'
jiminny.automated_reports.usage
'
;
41
+
public
const
string
ASK_JIMINNY_REPORTS
=
'
jiminny.ask_jiminny_reports.usage
'
;
41
public
const
string
HUBSPOT_WEBHOOK_SYNC
=
'
jiminny.crm.hubspot_webhook_sync
'
;
42
public
const
string
HUBSPOT_WEBHOOK_SYNC
=
'
jiminny.crm.hubspot_webhook_sync
'
;
42
public
const
string
AI_ACTIVITY_TYPE
=
'
jiminny.ai_activity_type
'
;
43
public
const
string
AI_ACTIVITY_TYPE
=
'
jiminny.ai_activity_type
'
;
43
public
const
string
AI_CALL_SCORING
=
'
jiminny.ai_call_scoring
'
;
44
public
const
string
AI_CALL_SCORING
=
'
jiminny.ai_call_scoring
'
;
Expand Down
Original file line number
Expand Up
38
39
40
41
42
43
Expand Down
Original file line...
|
Firefox
|
Comparing master...JY-20818-move-AJ-reports-to-sep Comparing master...JY-20818-move-AJ-reports-to-separated-datadog-metric · jiminny/app — Work...
|
github.com/jiminny/app/compare/JY-20818-move-AJ-re github.com/jiminny/app/compare/JY-20818-move-AJ-reports-to-separated-datadog-metric?expand=1...
|
7640
|
|
7639
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS]
Add a title
*
JY-20818 move ask jiminny reports to its own datadog metric
Generate pull request title with Copilot
Add a description
Add a description
Comment
Write
Write
Preview
Preview
### JIRA: JY-20818
#### Changes:
- Sample change
- Another sample change
-->
Markdown is supported
Markdown
is supported
Paste, drop, or click to add files
Paste, drop, or click to add files
Create pull request
Select a type of pull request
Remember, contributions to this repository should follow our
GitHub Community Guidelines
GitHub Community Guidelines
.
️
Reviewers
Suggestions
Request
Request
@yalokin-jiminny
yalokin-jiminny
yalokin-jiminny
At least 1 approving review is required to merge this pull request.
Assignees
No one—
assign yourself
Labels
None yet
Projects
None yet
Milestone
No milestone
Helpful resources
GitHub Community Guidelines
GitHub Community Guidelines
1
commit
3
files changed
1
contributor
Commits on May 8, 2026
Commits on May 8, 2026
JY-20818
JY-20818
move ask jiminny reports to its own datadog metric
move ask jiminny reports to its own datadog metric...
|
Firefox
|
Comparing master...JY-20818-move-AJ-reports-to-sep Comparing master...JY-20818-move-AJ-reports-to-separated-datadog-metric · jiminny/app — Work...
|
github.com/jiminny/app/compare/JY-20818-move-AJ-re github.com/jiminny/app/compare/JY-20818-move-AJ-reports-to-separated-datadog-metric?expand=1...
|
7639
|
|
7638
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS]
Add a title
*
JY-20818 move ask jiminny reports to its own datadog metric
Generate pull request title with Copilot
Add a description
Add a description
Comment
Write
Write
Preview
Preview
### JIRA: JY-20818
#### Deployment notes:
- None
<!---
#### Changes:
- Sample change
- Another sample change
-->
Markdown is supported
Markdown
is supported
Paste, drop, or click to add files
Paste, drop, or click to add files
Create pull request
Select a type of pull request
Remember, contributions to this repository should follow our
GitHub Community Guidelines
GitHub Community Guidelines
.
️
Reviewers
Suggestions
Request
Request
@yalokin-jiminny
yalokin-jiminny
yalokin-jiminny
At least 1 approving review is required to merge this pull request.
Assignees
No one—
assign yourself
Labels
None yet
Projects
None yet
Milestone
No milestone
Helpful resources
GitHub Community Guidelines
GitHub Community Guidelines
1
commit
3
files changed
1
contributor
Commits on May 8, 2026
Commits on May 8, 2026
JY-20818
JY-20818
move ask jiminny reports to its own datadog metric
move ask jiminny reports to its own datadog metric
@LakyLak
LakyLak
LakyLak
committed
3 minutes ago
5 / 8 checks OK
Copy the full SHA
47e2581
47e2581
Browse the repository at this point in the history
Split
Split
Unified
Unified
Showing
3 changed files
with
61 additions
and
7 deletions
....
|
Firefox
|
Comparing master...JY-20818-move-AJ-reports-to-sep Comparing master...JY-20818-move-AJ-reports-to-separated-datadog-metric · jiminny/app — Work...
|
github.com/jiminny/app/compare/JY-20818-move-AJ-re github.com/jiminny/app/compare/JY-20818-move-AJ-reports-to-separated-datadog-metric?expand=1...
|
7638
|
|
7637
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS]
Add a title
*
JY-20818 move ask jiminny reports to its own datadog metric...
|
Firefox
|
Comparing master...JY-20818-move-AJ-reports-to-sep Comparing master...JY-20818-move-AJ-reports-to-separated-datadog-metric · jiminny/app — Work...
|
github.com/jiminny/app/compare/JY-20818-move-AJ-re github.com/jiminny/app/compare/JY-20818-move-AJ-reports-to-separated-datadog-metric?expand=1...
|
7637
|
|
7636
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS]
Add a title
*
JY-20818 move ask jiminny reports to its own datadog metric
Generate pull request title with Copilot
Add a description
Add a description
Comment
Write
Write
Preview
Preview
### JIRA: JY-XXXX
#### Deployment notes:
- None
<!---
#### Changes:
- Sample change
- Another sample change
-->
Markdown is supported
Markdown
is supported
Paste, drop, or click to add files
Paste, drop, or click to add files
Create pull request
Select a type of pull request
Remember, contributions to this repository should follow our
GitHub Community Guidelines
GitHub Community Guidelines
.
️
Reviewers
Suggestions
Request
Request
@yalokin-jiminny
yalokin-jiminny
yalokin-jiminny
At least 1 approving review is required to merge this pull request.
Assignees
No one—
assign yourself
Labels
None yet
Projects
None yet
Milestone
No milestone
Helpful resources
GitHub Community Guidelines
GitHub Community Guidelines
1
commit
3
files changed
1
contributor
Commits on May 8, 2026
Commits on May 8, 2026
JY-20818
JY-20818
move ask jiminny reports to its own datadog metric
move ask jiminny reports to its own datadog metric
@LakyLak
LakyLak
LakyLak
committed
3 minutes ago
5 / 8 checks OK
Copy the full SHA
47e2581
47e2581
Browse the repository at this point in the history
Split
Split
Unified
Unified
Showing
3 changed files
with
61 additions
and
7 deletions
.
Toggle diff contents
Expand all
1 change: 1 addition & 0 deletions
app/Component/Datadog/Constants.php
app/Component/Datadog/Constants.php
Copy
Show options
Original file line number
Original file line
Diff line number
Diff line change
Expand Up
@@ -38,6 +38,7 @@ final class Constants
38
public
const
string
ACTIVITIES_DIALERS_TRACK_DURATION
=
'
jiminny.activities.dialers.track.duration
'
;
38
public
const
string
ACTIVITIES_DIALERS_TRACK_DURATION
=
'
jiminny.activities.dialers.track.duration
'
;
39
public
const
string
AI_AUTOMATION_CRM_WRITE_EXECUTED
=
'
jiminny.ai_automation.crm_update_executed
'
;
39
public
const
string
AI_AUTOMATION_CRM_WRITE_EXECUTED
=
'
jiminny.ai_automation.crm_update_executed
'
;
40
public
const
string
AUTOMATED_REPORTS
=
'
jiminny.automated_reports.usage
'
;
40
public
const
string
AUTOMATED_REPORTS
=
'
jiminny.automated_reports.usage
'
;
41
+
public
const
string
ASK_JIMINNY_REPORTS
=
'
jiminny.ask_jiminny_reports.usage
'
;
41
public
const
string
HUBSPOT_WEBHOOK_SYNC
=
'
jiminny.crm.hubspot_webhook_sync
'...
|
Firefox
|
Comparing master...JY-20818-move-AJ-reports-to-sep Comparing master...JY-20818-move-AJ-reports-to-separated-datadog-metric · jiminny/app — Work...
|
github.com/jiminny/app/compare/JY-20818-move-AJ-re github.com/jiminny/app/compare/JY-20818-move-AJ-reports-to-separated-datadog-metric?expand=1...
|
7636
|
|
7635
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS]
Add a title
*
JY-20818 move ask jiminny reports to its own datadog metric
Generate pull request title with Copilot
Add a description
Add a description
Comment
Write
Write
Preview
Preview
### JIRA: JY-XXXX
#### Deployment notes:
- None
<!---
#### Changes:
- Sample change
- Another sample change
-->
Markdown is supported
Markdown
is supported
Paste, drop, or click to add files
Paste, drop, or click to add files
Create pull request
Select a type of pull request
Remember, contributions to this repository should follow our
GitHub Community Guidelines
GitHub Community Guidelines
.
️
Reviewers
Suggestions
Request
Request
@yalokin-jiminny
yalokin-jiminny
yalokin-jiminny
At least 1 approving review is required to merge this pull request.
Assignees
No one—
assign yourself
Labels
None yet
Projects
None yet
Milestone
No milestone
Helpful resources
GitHub Community Guidelines
GitHub Community Guidelines
1
commit
3
files changed
1
contributor
Commits on May 8, 2026
Commits on May 8, 2026
JY-20818
JY-20818
move ask jiminny reports to its own datadog metric
move ask jiminny reports to its own datadog metric
@LakyLak
LakyLak
LakyLak
committed
3 minutes ago
5 / 8 checks OK
Copy the full SHA
47e2581
47e2581
Browse the repository at this point in the history
Split
Split
Unified
Unified
Showing
3 changed files
with
61 additions
and
7 deletions
.
Toggle diff contents
Expand all
1 change: 1 addition & 0 deletions
app/Component/Datadog/Constants.php
app/Component/Datadog/Constants.php
Copy
Show options
Original file line number
Original file line
Diff line number
Diff line change
Expand Up
@@ -38,6 +38,7 @@ final class Constants
38
public
const
string
ACTIVITIES_DIALERS_TRACK_DURATION
=
'
jiminny.activities.dialers.track.duration
'
;
38
public
const
string
ACTIVITIES_DIALERS_TRACK_DURATION
=
'
jiminny.activities.dialers.track.duration
'
;
39
public
const
string
AI_AUTOMATION_CRM_WRITE_EXECUTED
=
'
jiminny.ai_automation.crm_update_executed
'
;
39
public
const
string
AI_AUTOMATION_CRM_WRITE_EXECUTED
=
'
jiminny.ai_automation.crm_update_executed
'
;
40
public
const
string
AUTOMATED_REPORTS
=
'
jiminny.automated_reports.usage
'
;
40
public
const
string
AUTOMATED_REPORTS
=
'
jiminny.automated_reports.usage
'
;
41
+
public
const
string
ASK_JIMINNY_REPORTS
=
'
jiminny.ask_jiminny_reports.usage
'
;
41
public
const
string
HUBSPOT_WEBHOOK_SYNC
=
'
jiminny.crm.hubspot_webhook_sync
'
;
42
public
const
string
HUBSPOT_WEBHOOK_SYNC
=
'
jiminny.crm.hubspot_webhook_sync
'
;
42
public
const
string
AI_ACTIVITY_TYPE
=
'
jiminny.ai_activity_type
'
;
43
public
const
string
AI_ACTIVITY_TYPE
=
'
jiminny.ai_activity_type
'
;
43
public
const
string
AI_CALL_SCORING
=
'
jiminny.ai_call_scoring
'
;
44
public
const
string
AI_CALL_SCORING
=
'
jiminny.ai_call_scoring
'
;
Expand Down
Original file line number
Expand Up
38
39
40...
|
Firefox
|
Comparing master...JY-20818-move-AJ-reports-to-sep Comparing master...JY-20818-move-AJ-reports-to-separated-datadog-metric · jiminny/app — Work...
|
github.com/jiminny/app/compare/JY-20818-move-AJ-re github.com/jiminny/app/compare/JY-20818-move-AJ-reports-to-separated-datadog-metric?expand=1...
|
7635
|
|
7634
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS]
Add a title
*
JY-20818 move ask jiminny reports to its own datadog metric
Generate pull request title with Copilot
Add a description
Add a description
Comment
Write
Write
Preview
Preview
### JIRA: JY-XXXX
#### Deployment notes:
- None
<!---
#### Changes:
- Sample change
- Another sample change
-->
Markdown is supported
Markdown
is supported
Paste, drop, or click to add files
Paste, drop, or click to add files
Create pull request
Select a type of pull request
Remember, contributions to this repository should follow our
GitHub Community Guidelines
GitHub Community Guidelines
.
️
Reviewers
Suggestions
Request
Request
@yalokin-jiminny
yalokin-jiminny
yalokin-jiminny
At least 1 approving review is required to merge this pull request.
Assignees
No one—
assign yourself
Labels
None yet
Projects
None yet
Milestone
No milestone
Helpful resources
GitHub Community Guidelines
GitHub Community Guidelines
1
commit
3
files changed
1
contributor
Commits on May 8, 2026
Commits on May 8, 2026
JY-20818
JY-20818
move ask jiminny reports to its own datadog metric
move ask jiminny reports to its own datadog metric
@LakyLak
LakyLak
LakyLak
committed
3 minutes ago
5 / 8 checks OK
Copy the full SHA
47e2581
47e2581
Browse the repository at this point in the history
Split
Split
Unified
Unified
Showing
3 changed files
with
61 additions
and
7 deletions
.
Toggle diff contents
Expand all
1 change: 1 addition & 0 deletions
app/Component/Datadog/Constants.php
app/Component/Datadog/Constants.php
Copy
Show options
Original file line number
Original file line
Diff line number
Diff line change
Expand Up
@@ -38,6 +38,7 @@ final class Constants
38
public
const
string
ACTIVITIES_DIALERS_TRACK_DURATION
=
'
jiminny.activities.dialers.track.duration
'
;
38
public
const
string
ACTIVITIES_DIALERS_TRACK_DURATION
=
'
jiminny.activities.dialers.track.duration
'
;
39
public
const
string
AI_AUTOMATION_CRM_WRITE_EXECUTED
=
'
jiminny.ai_automation.crm_update_executed
'
;
39
public
const
string
AI_AUTOMATION_CRM_WRITE_EXECUTED
=
'
jiminny.ai_automation.crm_update_executed
'
;
40
public
const
string
AUTOMATED_REPORTS
=
'
jiminny.automated_reports.usage
'
;
40
public
const
string
AUTOMATED_REPORTS
=
'
jiminny.automated_reports.usage
'
;
41
+
public
const
string
ASK_JIMINNY_REPORTS
=
'
jiminny.ask_jiminny_reports.usage
'
;
41
public
const
string
HUBSPOT_WEBHOOK_SYNC
=
'
jiminny.crm.hubspot_webhook_sync
'
;
42
public
const
string
HUBSPOT_WEBHOOK_SYNC
=
'
jiminny.crm.hubspot_webhook_sync
'
;
42
public
const
string
AI_ACTIVITY_TYPE
=
'
jiminny.ai_activity_type
'
;
43
public
const
string
AI_ACTIVITY_TYPE
=
'
jiminny.ai_activity_type
'
;
43
public
const
string
AI_CALL_SCORING
=
'
jiminny.ai_call_scoring
'
;
44
public
const
string
AI_CALL_SCORING
=
'
jiminny.ai_call_scoring
'
;
Expand Down
Original file line number
Expand Up
38
39
40
41
42
43
Expand Down
Original file line
@@ -38,6 +38,7 @@ final class Constants
public
const
string
ACTIVITIES_DIALERS_TRACK_DURATION
=
'
jiminny.activities.dialers.track.duration
'
;
public
const
string
AI_AUTOMATION_CRM_WRITE_EXECUTED
=
'
jiminny.ai_automation.crm_update_executed
'
;
public
const
string
AUTOMATED_REPORTS
=
'
jiminny.automated_reports.usage
'
;
public
const
string
HUBSPOT_WEBHOOK_SYNC
=
'
jiminny.crm.hubspot_webhook_sync
'
;
public
const
string
AI_ACTIVITY_TYPE
=
'
jiminny.ai_activity_type
'
;
public
const
string
AI_CALL_SCORING
=
'
jiminny.ai_call_scoring
'
;
Diff line number
@@ -38,6 +38,7 @@ final class Constants
38
39
40
41
42
43
44
Diff line change
@@ -38,6 +38,7 @@ final class Constants
public
const
string
ACTIVITIES_DIALERS_TRACK_DURATION
=
'
jiminny.activities.dialers.track.duration
'
;
public
const
string
AI_AUTOMATION_CRM_WRITE_EXECUTED
=
'
jiminny.ai_automation.crm_update_executed
'
;
public
const
string
AUTOMATED_REPORTS
=
'
jiminny.automated_reports.usage
'
;
+
public
const
string
ASK_JIMINNY_REPORTS
=
'
jiminny.ask_jiminny_reports.usage
'
;
public
const
string
HUBSPOT_WEBHOOK_SYNC
=
'
jiminny.crm.hubspot_webhook_sync
'
;
public
const
string
AI_ACTIVITY_TYPE
=
'
jiminny.ai_activity_type
'
;
public
const
string
AI_CALL_SCORING
=
'
jiminny.ai_call_scoring
'
;
Toggle diff contents
Expand all
13 changes: 13 additions & 0 deletions
app/Services/Kiosk/AutomatedReports/AutomatedReportsCallbackService.php
app/Services/Kiosk/AutomatedReports/AutomatedReportsCallbackService.php
Copy
Show options
Original file line number
Original file line
Diff line number
Diff line change
Expand Up
@@ -66,6 +66,19 @@ public function isProcessed(AutomatedReportResult $result): bool
66
66
67
public
function
pushToDatadog
(
AutomatedReport
$
automatedReport
,
AutomatedReportResult
$
result
):
void
67
public
function
pushToDatadog
(
AutomatedReport
$
automatedReport
,
AutomatedReportResult
$
result
):
void
68
{
68...
|
Firefox
|
Comparing master...JY-20818-move-AJ-reports-to-sep Comparing master...JY-20818-move-AJ-reports-to-separated-datadog-metric · jiminny/app — Work...
|
github.com/jiminny/app/compare/JY-20818-move-AJ-re github.com/jiminny/app/compare/JY-20818-move-AJ-reports-to-separated-datadog-metric?expand=1...
|
7634
|
|
7633
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST [URL_WITH_CREDENTIALS]
Add a title
*
JY-20818 move ask jiminny reports to its own datadog metric
Generate pull request title with Copilot
Add a description
Add a description
Comment
Write
Write
Preview
Preview
### JIRA: JY-XXXX
#### Deployment notes:
- None
<!---
#### Changes:
- Sample change
- Another sample change
-->
Markdown is supported
Markdown
is supported
Paste, drop, or click to add files
Paste, drop, or click to add files
Create pull request
Select a type of pull request
Remember, contributions to this repository should follow our
GitHub Community Guidelines
GitHub Community Guidelines
.
️
Reviewers
Suggestions
Request
Request
@yalokin-jiminny
yalokin-jiminny
yalokin-jiminny
At least 1 approving review is required to merge this pull request.
Assignees
No one—
assign yourself
Labels
None yet
Projects
None yet
Milestone
No milestone
Helpful resources
GitHub Community Guidelines
GitHub Community Guidelines
1
commit
3
files changed
1
contributor
Commits on May 8, 2026
Commits on May 8, 2026
JY-20818
JY-20818
move ask jiminny reports to its own datadog metric
move ask jiminny reports to its own datadog metric
@LakyLak
LakyLak
LakyLak
committed
3 minutes ago
5 / 8 checks OK
Copy the full SHA
47e2581
47e2581
Browse the repository at this point in the history
Split
Split
Unified
Unified
Showing
3 changed files
with
61 additions
and
7 deletions
.
Toggle diff contents
Expand all
1 change: 1 addition & 0 deletions
app/Component/Datadog/Constants.php
app/Component/Datadog/Constants.php
Copy
Show options
Original file line number
Original file line
Diff line number
Diff line change
Expand Up
@@ -38,6 +38,7 @@ final class Constants
38
public
const
string
ACTIVITIES_DIALERS_TRACK_DURATION
=
'
jiminny.activities.dialers.track.duration
'
;
38
public
const
string
ACTIVITIES_DIALERS_TRACK_DURATION
=
'
jiminny.activities.dialers.track.duration
'
;
39
public
const
string
AI_AUTOMATION_CRM_WRITE_EXECUTED
=
'
jiminny.ai_automation.crm_update_executed
'
;
39
public
const
string
AI_AUTOMATION_CRM_WRITE_EXECUTED
=
'
jiminny.ai_automation.crm_update_executed
'
;
40
public
const
string
AUTOMATED_REPORTS
=
'
jiminny.automated_reports.usage
'
;
40
public
const
string
AUTOMATED_REPORTS
=
'
jiminny.automated_reports.usage
'
;
41
+
public
const
string
ASK_JIMINNY_REPORTS
=
'
jiminny.ask_jiminny_reports.usage
'
;
41
public
const
string
HUBSPOT_WEBHOOK_SYNC
=
'
jiminny.crm.hubspot_webhook_sync
'
;
42
public
const
string
HUBSPOT_WEBHOOK_SYNC
=
'
jiminny.crm.hubspot_webhook_sync
'
;
42
public
const
string
AI_ACTIVITY_TYPE
=
'
jiminny.ai_activity_type
'
;
43
public
const
string
AI_ACTIVITY_TYPE
=
'
jiminny.ai_activity_type
'
;
43
public
const
string
AI_CALL_SCORING
=
'
jiminny.ai_call_scoring
'
;
44
public
const
string
AI_CALL_SCORING
=
'
jiminny.ai_call_scoring
'
;
Expand Down
Original file line number
Expand Up
38
39
40
41
42
43
Expand Down
Original file line
@@ -38,6 +38,7 @@ final class Constants
public
const
string
ACTIVITIES_DIALERS_TRACK_DURATION
=
'
jiminny.activities.dialers.track.duration
'
;
public
const
string
AI_AUTOMATION_CRM_WRITE_EXECUTED
=
'
jiminny.ai_automation.crm_update_executed
'
;
public
const
string
AUTOMATED_REPORTS
=
'
jiminny.automated_reports.usage
'
;
public
const
string
HUBSPOT_WEBHOOK_SYNC
=
'
jiminny.crm.hubspot_webhook_sync
'
;
public
const
string
AI_ACTIVITY_TYPE
=
'
jiminny.ai_activity_type
'
;
public
const
string
AI_CALL_SCORING
=
'
jiminny.ai_call_scoring
'
;
Diff line number
@@ -38,6 +38,7 @@ final class Constants
38
39
40
41
42
43
44
Diff line change
@@ -38,6 +38,7 @@ final class Constants
public
const
string
ACTIVITIES_DIALERS_TRACK_DURATION
=
'
jiminny.activities.dialers.track.duration
'
;
public
const...
|
Firefox
|
Comparing master...JY-20818-move-AJ-reports-to-sep Comparing master...JY-20818-move-AJ-reports-to-separated-datadog-metric · jiminny/app — Work...
|
github.com/jiminny/app/compare/JY-20818-move-AJ-re github.com/jiminny/app/compare/JY-20818-move-AJ-reports-to-separated-datadog-metric?expand=1...
|
7633
|
|
7632
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Pull requests · jiminny/app
Pull requests · jiminny/app
Close tab
Userpilot | Ask Jiminny Report Generated
Userpilot | Ask Jiminny Report Generated
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
Problem loading page
Problem loading page
Search the CRM - HubSpot docs
Search the CRM - HubSpot docs
Jiminny
Jiminny
New Tab
New Tab
New Tab
New Tab
Dashboards | Datadog
Dashboards | Datadog
AI Features | Datadog
AI Features | Datadog
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to content
Skip to content
Open menu
Homepage (g then d)
jiminny
jiminny
app
app
Search or jump to…
Type
/
to search
Chat with Copilot
Open Copilot…
Create new...
All issues(g then i)
All pull requests
All repositories
You have unread notifications(g then n)
Open user navigation menu
Repository navigation
Repository navigation
Code
Code
Pull requests (28)
Pull requests
(
28
)
Agents
Agents
Actions
Actions
Wiki
Wiki
Security and quality (2)
Security and quality
(
2
)
Insights
Insights
Settings
Settings
Important update
Important update
On April 24 we'll start using GitHub Copilot interaction data for AI model training unless you opt out.
Review this update
Review this update
and manage your preferences in your
GitHub account settings
GitHub account settings
.
Dismiss banner
Pull requests: jiminny/app
Pull requests: jiminny/app
JY-20818-move-AJ-reports-to-separated-datadog-metric
JY-20818-move-AJ-reports-to-separated-datadog-metric
had recent pushes less than a minute ago
Compare & pull request
Compare & pull request
Filters
Filters
is:pr is:open
Labels 67
Labels
67
Milestones 1
Milestones
1
New pull request
New pull request
Select all issues
28 Open
28 Open
10,965 Closed
10,965 Closed
Author
Author
Label
Label
Projects
Projects
Milestones
Milestones
Reviews
Reviews
Assignee
Assignee
Sort
Sort
Pull requests list
Pull requests list
make-claude-great-again
make-claude-great-again
make-claude-great-again
12 / 13 checks OK
#12050 opened
7 minutes ago
by
ilian-jiminny
ilian-jiminny
•
Review required before merging
Review required
ilian-jiminny’s assigned issues
fix(security): composer dependency updates – 2026-05-07
fix(security): composer dependency updates – 2026-05-07
fix(security): composer dependency updates – 2026-05-07
12 / 12 checks OK
#12049 opened
19 minutes ago
by
github-actions
github-actions
Bot
•
Review required before merging
Review required
1 comment
1
fix(security): npm dependency updates – 2026-05-07
fix(security): npm dependency updates – 2026-05-07
fix(security): npm dependency updates – 2026-05-07
12 / 12 checks OK
#12048 opened
22 minutes ago
by
github-actions
github-actions
Bot
•
Review required before merging
Review required
1 comment
1
JY-20662 Remove Word Boost
JY-20662 Remove Word Boost
JY-20662 Remove Word Boost
12 / 12 checks OK
#12047 opened
34 minutes ago
by
ilian-jiminny
ilian-jiminny
•
Review required before merging
Review required
ilian-jiminny’s assigned issues
1 comment
1
Jy 20606 desktop app recall
Jy 20606 desktop app recall
Jy 20606 desktop app recall
11 / 12 checks OK
#12046 opened
2 days ago
by
TodorStamatovJiminny
TodorStamatovJiminny
•
Draft
Draft
1 comment
1
JY-20395 Fix Memory Issue With Mail Import
JY-20395 Fix Memory Issue With Mail Import
JY-20395 Fix Memory Issue With Mail Import
12 / 12 checks OK
#12045 opened
2 days ago
by
ilian-jiminny
ilian-jiminny
•
Review required before merging
Review required
ilian-jiminny’s assigned issues
3 comments
3
JY-20625 | JY-20742 | MCP POC
JY-20625 | JY-20742 | MCP POC
JY-20625 | JY-20742 | MCP POC
12 / 12 checks OK
#12036 opened
last week
by
yalokin-jiminny
yalokin-jiminny
•
Draft
Draft
10 comments
10
JY-20733 Add level 1 and 2 class loader optimizations
JY-20733 Add level 1 and 2 class loader optimizations
JY-20733 Add level 1 and 2 class loader optimizations
21 / 21 checks OK
#12033 opened
last week
by
vkulov
vkulov
•
Review required before merging
Review required...
|
Firefox
|
Pull requests · jiminny/app — Work
|
github.com/jiminny/app/compare/JY-20818-move-AJ-re github.com/jiminny/app/compare/JY-20818-move-AJ-reports-to-separated-datadog-metric?expand=1...
|
7632
|
|
7631
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Pull requests · jiminny/app
Pull requests · jiminny/app
Close tab
Userpilot | Ask Jiminny Report Generated
Userpilot | Ask Jiminny Report Generated
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
Problem loading page
Problem loading page
Search the CRM - HubSpot docs
Search the CRM - HubSpot docs
Jiminny
Jiminny
New Tab
New Tab
New Tab
New Tab
Dashboards | Datadog
Dashboards | Datadog
AI Features | Datadog
AI Features | Datadog
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to content
Skip to content
Open menu
Homepage (g then d)
jiminny
jiminny
app
app
Search or jump to…
Type
/
to search
Chat with Copilot
Open Copilot…
Create new...
All issues(g then i)
All pull requests
All repositories
You have unread notifications(g then n)
Open user navigation menu
Repository navigation
Repository navigation
Code
Code
Pull requests (28)
Pull requests
(
28
)
Agents
Agents
Actions
Actions
Wiki
Wiki
Security and quality (2)
Security and quality
(
2
)
Insights
Insights
Settings
Settings
Important update
Important update
On April 24 we'll start using GitHub Copilot interaction data for AI model training unless you opt out.
Review this update
Review this update
and manage your preferences in your
GitHub account settings
GitHub account settings
.
Dismiss banner...
|
Firefox
|
Pull requests · jiminny/app — Work
|
github.com/jiminny/app/compare/JY-20818-move-AJ-re github.com/jiminny/app/compare/JY-20818-move-AJ-reports-to-separated-datadog-metric?expand=1...
|
7631
|
|
7630
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Pull requests · jiminny/app
Pull requests · jiminny/app
Close tab
Userpilot | Ask Jiminny Report Generated
Userpilot | Ask Jiminny Report Generated
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
Problem loading page
Problem loading page
Search the CRM - HubSpot docs
Search the CRM - HubSpot docs
Jiminny
Jiminny
New Tab
New Tab
New Tab
New Tab
Dashboards | Datadog
Dashboards | Datadog
AI Features | Datadog
AI Features | Datadog
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to content
Skip to content
Open menu
Homepage (g then d)
jiminny
jiminny
app
app
Search or jump to…
Type
/
to search
Chat with Copilot
Open Copilot…
Create new...
All issues(g then i)
All pull requests
All repositories
You have unread notifications(g then n)
Open user navigation menu
Repository navigation
Repository navigation
Code
Code
Pull requests (28)
Pull requests
(
28
)
Agents
Agents
Actions
Actions
Wiki
Wiki
Security and quality (2)
Security and quality
(
2
)
Insights
Insights
Settings
Settings
Important update
Important update
On April 24 we'll start using GitHub Copilot interaction data for AI model training unless you opt out.
Review this update
Review this update
and manage your preferences in your
GitHub account settings
GitHub account settings
.
Dismiss banner
Pull requests: jiminny/app
Pull requests: jiminny/app
JY-20818-move-AJ-reports-to-separated-datadog-metric
JY-20818-move-AJ-reports-to-separated-datadog-metric
had recent pushes less than a minute ago
Compare & pull request
Compare & pull request
Filters
Filters
is:pr is:open
Labels 67
Labels
67
Milestones 1
Milestones
1
New pull request
New pull request
Select all issues
28 Open
28 Open
10,965 Closed
10,965 Closed
Author
Author
Label
Label
Projects
Projects
Milestones
Milestones
Reviews
Reviews
Assignee
Assignee
Sort
Sort
Pull requests list
Pull requests list
make-claude-great-again
make-claude-great-again
make-claude-great-again
12 / 13 checks OK
#12050 opened
7 minutes ago
by
ilian-jiminny
ilian-jiminny
•
Review required before merging
Review required
ilian-jiminny’s assigned issues
fix(security): composer dependency updates – 2026-05-07
fix(security): composer dependency updates – 2026-05-07
fix(security): composer dependency updates – 2026-05-07
12 / 12 checks OK
#12049 opened
19 minutes ago
by
github-actions
github-actions
Bot
•
Review required before merging
Review required
1 comment
1
fix(security): npm dependency updates – 2026-05-07
fix(security): npm dependency updates – 2026-05-07
fix(security): npm dependency updates – 2026-05-07
12 / 12 checks OK
#12048 opened
22 minutes ago
by
github-actions
github-actions
Bot
•
Review required before merging
Review required
1 comment
1
JY-20662 Remove Word Boost
JY-20662 Remove Word Boost
JY-20662 Remove Word Boost
12 / 12 checks OK
#12047 opened
34 minutes ago
by
ilian-jiminny
ilian-jiminny
•
Review required before merging
Review required
ilian-jiminny’s assigned issues
1 comment
1
Jy 20606 desktop app recall
Jy 20606 desktop app recall
Jy 20606 desktop app recall
11 / 12 checks OK
#12046 opened
2 days ago
by
TodorStamatovJiminny
TodorStamatovJiminny
•
Draft
Draft
1 comment
1
JY-20395 Fix Memory Issue With Mail Import
JY-20395 Fix Memory Issue With Mail Import
JY-20395 Fix Memory Issue With Mail Import
12 / 12 checks OK
#12045 opened
2 days ago
by
ilian-jiminny
ilian-jiminny
•
Review required before merging
Review required
ilian-jiminny’s assigned issues
3 comments
3
JY-20625 | JY-20742 | MCP POC
JY-20625 | JY-20742 | MCP POC
JY-20625 | JY-20742 | MCP POC
12 / 12 checks OK
#12036 opened
last week
by
yalokin-jiminny
yalokin-jiminny
•
Draft
Draft
10 comments
10
JY-20733 Add level 1 and 2 class loader optimizations
JY-20733 Add level 1 and 2 class loader optimizations
JY-20733 Add level 1 and 2 class loader optimizations
21 / 21 checks OK
#12033 opened
last week
by
vkulov
vkulov
•
Review required before merging
Review required
1 comment
1
JY-20773 fix user pilot tracking ofr automated report generated
JY-20773 fix user pilot tracking ofr automated report generated
JY-20773 fix user pilot tracking ofr automated report generated
8 / 10 checks OK
#12024 opened
last week
by
LakyLak
LakyLak
•
Review required before merging
Review required
JY-17836: Migrate particiapnt speeches to S3
JY-17836: Migrate particiapnt speeches to S3
JY-17836: Migrate particiapnt speeches to S3
21 / 22 checks OK
#12017 opened
last week
by
mihailmihaylovjiminny
mihailmihaylovjiminny
•
1 review approval
Approved
1 comment
1
JY-20352 | Do not import/update deals with no user_id
JY-20352 | Do not import/update deals with no user_id
JY-20352 | Do not import/update deals with no user_id
32 / 32 checks OK
#12007 opened
2 weeks ago
by
nikolaybiaivanov
nikolaybiaivanov...
|
Firefox
|
Pull requests · jiminny/app — Work
|
github.com/jiminny/app/pulls
|
7630
|
|
7629
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Pull requests · jiminny/app
Pull requests · jiminny/app
Close tab
Userpilot | Ask Jiminny Report Generated
Userpilot | Ask Jiminny Report Generated
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
Problem loading page
Problem loading page
Search the CRM - HubSpot docs
Search the CRM - HubSpot docs
Jiminny
Jiminny
New Tab
New Tab
New Tab
New Tab
Dashboards | Datadog
Dashboards | Datadog
AI Features | Datadog
AI Features | Datadog
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to content
Skip to content
Open menu
Homepage (g then d)
jiminny
jiminny
app
app
Search or jump to…
Type
/
to search
Chat with Copilot
Open Copilot…
Create new...
All issues(g then i)
All pull requests
All repositories
You have unread notifications(g then n)
Open user navigation menu
Repository navigation
Repository navigation
Code
Code
Pull requests (28)
Pull requests
(
28
)
Agents
Agents
Actions
Actions
Wiki
Wiki
Security and quality (2)
Security and quality
(
2
)
Insights
Insights
Settings
Settings
Important update
Important update
On April 24 we'll start using GitHub Copilot interaction data for AI model training unless you opt out.
Review this update
Review this update
and manage your preferences in your
GitHub account settings
GitHub account settings
.
Dismiss banner
Pull requests: jiminny/app
Pull requests: jiminny/app
JY-20818-move-AJ-reports-to-separated-datadog-metric
JY-20818-move-AJ-reports-to-separated-datadog-metric
had recent pushes less than a minute ago
Compare & pull request
Compare & pull request
Filters
Filters
is:pr is:open
Labels 67
Labels
67
Milestones 1
Milestones
1
New pull request
New pull request
Select all issues
28 Open
28 Open
10,965 Closed
10,965 Closed
Author
Author
Label
Label
Projects
Projects
Milestones
Milestones
Reviews
Reviews
Assignee
Assignee
Sort
Sort
Pull requests list
Pull requests list
make-claude-great-again
make-claude-great-again
make-claude-great-again
12 / 13 checks OK
#12050 opened
7 minutes ago
by
ilian-jiminny
ilian-jiminny
•
Review required before merging
Review required
ilian-jiminny’s assigned issues
fix(security): composer dependency updates – 2026-05-07
fix(security): composer dependency updates – 2026-05-07
fix(security): composer dependency updates – 2026-05-07
12 / 12 checks OK
#12049 opened
19 minutes ago
by
github-actions
github-actions
Bot
•
Review required before merging
Review required
1 comment
1
fix(security): npm dependency updates – 2026-05-07
fix(security): npm dependency updates – 2026-05-07
fix(security): npm dependency updates – 2026-05-07
12 / 12 checks OK
#12048 opened
22 minutes ago
by
github-actions
github-actions
Bot
•
Review required before merging
Review required
1 comment
1
JY-20662 Remove Word Boost
JY-20662 Remove Word Boost
JY-20662 Remove Word Boost
12 / 12 checks OK
#12047 opened
34 minutes ago
by
ilian-jiminny
ilian-jiminny
•
Review required before merging
Review required
ilian-jiminny’s assigned issues
1 comment
1
Jy 20606 desktop app recall
Jy 20606 desktop app recall
Jy 20606 desktop app recall
11 / 12 checks OK
#12046 opened
2 days ago
by
TodorStamatovJiminny
TodorStamatovJiminny
•
Draft
Draft
1 comment
1
JY-20395 Fix Memory Issue With Mail Import
JY-20395 Fix Memory Issue With Mail Import
JY-20395 Fix Memory Issue With Mail Import
12 / 12 checks OK
#12045 opened
2 days ago
by
ilian-jiminny...
|
Firefox
|
Pull requests · jiminny/app — Work
|
github.com/jiminny/app/pulls
|
7629
|
|
7628
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Close tab
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Pull requests · jiminny/app
Pull requests · jiminny/app
Userpilot | Ask Jiminny Report Generated
Userpilot | Ask Jiminny Report Generated
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
Problem loading page
Problem loading page
Search the CRM - HubSpot docs
Search the CRM - HubSpot docs
Jiminny
Jiminny
New Tab
New Tab
New Tab
New Tab
Dashboards | Datadog
Dashboards | Datadog
AI Features | Datadog
AI Features | Datadog
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to:
Top Bar
Top Bar
Sidebar
Sidebar
Main Content
Main Content
Space navigation
Space navigation
Collapse sidebar [
Collapse sidebar [
Switch sites or apps
Switch sites or apps
Go to your Jira homepage
pipedrive
pipedrive
Create
Create
Rovo Ask Rovo
Ask Rovo
Notifications
Notifications
Help
Help
Settings
Settings
[EMAIL]
[EMAIL]
For you
For you
Recent
Recent
Starred
Starred
Apps
Apps
More actions for Apps
More actions for Apps
Spaces
Spaces
Create space
Create space
More actions for spaces
More actions for spaces
Recent
Jiminny (New)
Jiminny (New)
Jiminny (New)
Create board
Create board
More actions for Jiminny (New)
More actions for Jiminny (New)
Platform Team
Platform Team
Board actions
Board actions
Capture Team
Capture Team
Board actions
Board actions
Enterprise Stability Issues 🤕
Enterprise Stability Issues 🤕
Board actions
Board actions
Processing Team
Processing Team
Board actions
Board actions
SE Kanban
SE Kanban
Board actions
Board actions
Service-Desk
Service-Desk
More actions for Service-Desk
More actions for Service-Desk
More spaces
More spaces
Filters
Filters
More actions for Filters
More actions for Filters
Dashboards
Dashboards
Create dashboard
Create dashboard
More actions for Dashboards
More actions for Dashboards
Operations
Operations
More actions for Operations
More actions for Operations
Confluence , (opens new window)
Confluence
, (opens new window)
Teams , (opens new window)
Teams
, (opens new window)
open menu
open menu
Customise sidebar
Customise sidebar
Resize side navigation panel
Spaces
Spaces
/
Jiminny (New)
Jiminny (New)
Platform Team
Platform Team
Add people
Add people
Board actions
Board actions
Share
Automation
Give feedback
Give feedback
Enter full screen
Enter full screen
Summary
Summary
Timeline
Timeline
Backlog
Backlog
Active sprints
Active sprints
Calendar
Calendar
Reports
Reports
Testing Board
Testing Board
List
List
Forms
Forms
Components
Components
Development
Development
Code
Code
Security
Security
Releases
Releases
6 more tabs
More
6
Add to navigation
As you type to search or apply filters, the board updates with work items to match.
Search on current page
Filter by assignee
Filter assignees by Lukas Kovalik
Filter assignees by Aneliya Angelova
Filter assignees by Nikolay Ivanov
Filter assignees by Nikolay Nikolov
Filter assignees by Steliyan Georgiev
Filter assignees by Unassigned
Epic
Epic
Type
Type
Quick filters
Quick filters
Complete sprint
Complete sprint
Sprint details
Sprint details
Group by Queries
Group
: Queries
Sprint insights
Sprint insights
View settings
View settings
More actions
More actions
Ready For DEV
READY FOR DEV
3
JY-20361 AJ Panorama for Call Scoring in OD. Use the enter key to load the work item.
AJ Panorama for Call Scoring in OD
AUTOMATED AI SCORING
Ready for Dev
JY-20361
JY-20361
2.5
JY-19951 Setup test coverage for Prophet in Sonar. Use the enter key to load the work item....
|
Firefox
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira — Work...
|
jiminny.atlassian.net/jira/software/c/projects/JY/ jiminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedIssue=JY-20818...
|
7628
|
|
7627
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Close tab
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Pull requests · jiminny/app
Pull requests · jiminny/app
Userpilot | Ask Jiminny Report Generated
Userpilot | Ask Jiminny Report Generated
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
Problem loading page
Problem loading page
Search the CRM - HubSpot docs
Search the CRM - HubSpot docs
Jiminny
Jiminny
New Tab
New Tab
New Tab
New Tab
Dashboards | Datadog
Dashboards | Datadog
AI Features | Datadog
AI Features | Datadog
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to:
Top Bar
Top Bar
Sidebar
Sidebar
Main Content
Main Content
Space navigation
Space navigation
Collapse sidebar [
Collapse sidebar [
Switch sites or apps
Switch sites or apps
Go to your Jira homepage
pipedrive
pipedrive
Create
Create
Rovo Ask Rovo
Ask Rovo
Notifications
Notifications
Help
Help
Settings
Settings
[EMAIL]
[EMAIL]
For you
For you
Recent
Recent
Starred
Starred
Apps
Apps
More actions for Apps
More actions for Apps
Spaces
Spaces...
|
Firefox
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira — Work...
|
jiminny.atlassian.net/jira/software/c/projects/JY/ jiminny.atlassian.net/jira/software/c/projects/JY/boards/37?selectedIssue=JY-20818...
|
7627
|
|
7626
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Close tab
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Pull requests · jiminny/app
Pull requests · jiminny/app
Userpilot | Ask Jiminny Report Generated
Userpilot | Ask Jiminny Report Generated
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
Problem loading page
Problem loading page
Search the CRM - HubSpot docs
Search the CRM - HubSpot docs
Jiminny
Jiminny
New Tab
New Tab
New Tab
New Tab
Dashboards | Datadog
Dashboards | Datadog
AI Features | Datadog
AI Features | Datadog
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to:
Top Bar
Top Bar
Sidebar
Sidebar
Main Content
Main Content
Space navigation
Space navigation
Collapse sidebar [
Collapse sidebar [
Switch sites or apps
Switch sites or apps
Go to your Jira homepage
pipedrive
pipedrive
Create
Create
Rovo Ask Rovo
Ask Rovo
Notifications
Notifications
Help
Help
Settings
Settings
[EMAIL]
[EMAIL]
For you
For you
Recent
Recent
Starred
Starred
Apps
Apps
More actions for Apps
More actions for Apps
Spaces
Spaces
Create space
Create space
More actions for spaces
More actions for spaces
Recent
Jiminny (New)
Jiminny (New)
Jiminny (New)
Create board
Create board
More actions for Jiminny (New)
More actions for Jiminny (New)
Platform Team
Platform Team
Board actions
Board actions
Capture Team
Capture Team
Board actions
Board actions
Enterprise Stability Issues 🤕
Enterprise Stability Issues 🤕
Board actions
Board actions
Processing Team
Processing Team
Board actions
Board actions
SE Kanban
SE Kanban
Board actions
Board actions
Service-Desk
Service-Desk
More actions for Service-Desk
More actions for Service-Desk
More spaces
More spaces
Filters
Filters
More actions for Filters
More actions for Filters
Dashboards
Dashboards
Create dashboard
Create dashboard
More actions for Dashboards
More actions for Dashboards
Operations
Operations
More actions for Operations
More actions for Operations
Confluence , (opens new window)
Confluence
, (opens new window)
Teams , (opens new window)
Teams
, (opens new window)
open menu
open menu
Customise sidebar
Customise sidebar
Resize side navigation panel
Spaces
Spaces
/
Jiminny (New)
Jiminny (New)
Platform Team
Platform Team
Add people
Add people
Board actions
Board actions
Share
Automation
Give feedback
Give feedback
Enter full screen
Enter full screen
Summary
Summary
Timeline
Timeline
Backlog
Backlog
Active sprints
Active sprints
Calendar
Calendar
Reports
Reports
Testing Board
Testing Board
List
List
Forms
Forms
Components
Components
Development
Development
Code
Code
Security
Security
Releases
Releases
6 more tabs
More
6
Add to navigation
As you type to search or apply filters, the board updates with work items to match.
Search on current page
Filter by assignee
Filter assignees by Lukas Kovalik
Filter assignees by Aneliya Angelova
Filter assignees by Nikolay Ivanov
Filter assignees by Nikolay Nikolov
Filter assignees by Steliyan Georgiev
Filter assignees by Unassigned
Epic
Epic
Type
Type
Quick filters
Quick filters
Complete sprint
Complete sprint
Sprint details
Sprint details
Group by Queries
Group
: Queries
Sprint insights
Sprint insights
View settings
View settings
More actions
More actions
Ready For DEV
READY FOR DEV
3
JY-20361 AJ Panorama for Call Scoring in OD. Use the enter key to load the work item.
AJ Panorama for Call Scoring in OD
AUTOMATED AI SCORING
Ready for Dev
JY-20361
JY-20361
2.5
JY-19951 Setup test coverage for Prophet in Sonar. Use the enter key to load the work item.
Setup test coverage for Prophet in Sonar
MAINTENANCE
Backlog
JY-19951
JY-19951
1
JY-20818 Move Ask Jiminny reports to separated datadog metric. Use the enter key to load the work item.
Move Ask Jiminny reports to separated datadog metric
Edit summary
Edit summary
Backlog
JY-20818
JY-20818
Assignee: Lukas Kovalik
More actions for JY-20818 Move Ask Jiminny reports to separated datadog metric
More actions for JY-20818 Move Ask Jiminny reports to separated datadog metric
In DEV
IN DEV
3
JY-20566 AI Review - Q1 - Summary/Action items/Key Points. Use the enter key to load the work item.
AI Review - Q1 - Summary/Action items/Key Points
Growth - Maintain our competitive position, Edit Parent
GROWTH - MAINTAIN OUR COMPETITIVE POSITION
In Dev
JY-20566
JY-20566
2
Successful deployment to production.
JY-20625 [POC]Jiminny MCP Connector. Use the enter key to load the work item.
[POC]Jiminny MCP Connector
JIMINNY MCP CONNECTOR
In Progress
JY-20625
JY-20625
10
JY-20725 [HubSpot] Optimise CRM rematching on delete hubspot accounts/contacts. Use the enter key to load the work item.
[HubSpot] Optimise CRM rematching on delete hubspot accounts/contacts
Platform Stability, Edit Parent
PLATFORM STABILITY
In Dev
JY-20725
JY-20725
4
Assignee: Lukas Kovalik
Code Review
CODE REVIEW
1
Create work item
JY-20493 Smart Instant Nudge Pre-filtering. Use the enter key to load the work item.
Smart Instant Nudge Pre-filtering
COST-EFFECTIVE AND FASTER NUDGES
Code Review
JY-20493
JY-20493
1.5
pull request
Create work item in Code Review
Create
Blocked
BLOCKED
Create work item in Blocked
Create
QA
QA
1
Create work item
JY-20352 Sync opportunities without a local owner (user_id is null). Use the enter key to load the work item.
Sync opportunities without a local owner (user_id is null)
PLATFORM STABILITY
In QA
JY-20352...
|
Firefox
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira — Work...
|
jiminny.atlassian.net/jira/software/c/projects/JY/ jiminny.atlassian.net/jira/software/c/projects/JY/boards/37...
|
7626
|
|
7625
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Close tab
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Pull requests · jiminny/app
Pull requests · jiminny/app
Userpilot | Ask Jiminny Report Generated
Userpilot | Ask Jiminny Report Generated
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
Problem loading page
Problem loading page
Search the CRM - HubSpot docs
Search the CRM - HubSpot docs
Jiminny
Jiminny
New Tab
New Tab
New Tab
New Tab
Dashboards | Datadog
Dashboards | Datadog
AI Features | Datadog
AI Features | Datadog
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to:
Top Bar
Top Bar
Sidebar
Sidebar
Main Content
Main Content
Space navigation
Space navigation
Collapse sidebar [
Collapse sidebar [
Switch sites or apps
Switch sites or apps
Go to your Jira homepage
pipedrive
pipedrive
Create
Create
Rovo Ask Rovo
Ask Rovo
Notifications
Notifications
Help
Help
Settings
Settings
[EMAIL]
[EMAIL]
For you
For you
Recent
Recent
Starred
Starred
Apps
Apps
More actions for Apps
More actions for Apps
Spaces
Spaces
Create space
Create space
More actions for spaces
More actions for spaces
Recent
Jiminny (New)
Jiminny (New)
Jiminny (New)
Create board
Create board
More actions for Jiminny (New)
More actions for Jiminny (New)
Platform Team
Platform Team
Board actions
Board actions
Capture Team
Capture Team
Board actions
Board actions
Enterprise Stability Issues 🤕
Enterprise Stability Issues 🤕
Board actions
Board actions
Processing Team
Processing Team
Board actions
Board actions
SE Kanban
SE Kanban
Board actions
Board actions
Service-Desk
Service-Desk
More actions for Service-Desk
More actions for Service-Desk
More spaces
More spaces
Filters
Filters
More actions for Filters
More actions for Filters
Dashboards
Dashboards
Create dashboard
Create dashboard
More actions for Dashboards
More actions for Dashboards
Operations
Operations
More actions for Operations
More actions for Operations
Confluence , (opens new window)
Confluence
, (opens new window)
Teams , (opens new window)
Teams
, (opens new window)
open menu
open menu
Customise sidebar
Customise sidebar
Resize side navigation panel
Spaces
Spaces
/
Jiminny (New)
Jiminny (New)
Platform Team
Platform Team
Add people
Add people
Board actions
Board actions
Share
Automation
Give feedback
Give feedback
Enter full screen
Enter full screen
Summary
Summary
Timeline
Timeline
Backlog
Backlog
Active sprints
Active sprints
Calendar
Calendar
Reports
Reports
Testing Board
Testing Board
List
List
Forms
Forms
Components
Components
Development
Development
Code
Code
Security
Security
Releases
Releases
6 more tabs
More
6
Add to navigation
As you type to search or apply filters, the board updates with work items to match.
Search on current page
Filter by assignee
Filter assignees by Lukas Kovalik
Filter assignees by Aneliya Angelova
Filter assignees by Nikolay Ivanov
Filter assignees by Nikolay Nikolov
Filter assignees by Steliyan Georgiev
Filter assignees by Unassigned
Epic
Epic
Type
Type
Quick filters
Quick filters
Complete sprint
Complete sprint
Sprint details
Sprint details
Group by Queries
Group
: Queries
Sprint insights
Sprint insights
View settings
View settings
More actions
More actions
Ready For DEV
READY FOR DEV
3
JY-20361 AJ Panorama for Call Scoring in OD. Use the enter key to load the work item.
AJ Panorama for Call Scoring in OD
AUTOMATED AI SCORING
Ready for Dev
JY-20361
JY-20361
2.5
JY-19951 Setup test coverage for Prophet in Sonar. Use the enter key to load the work item.
Setup test coverage for Prophet in Sonar
MAINTENANCE
Backlog
JY-19951
JY-19951
1
JY-20818 Move Ask Jiminny reports to separated datadog metric. Use the enter key to load the work item.
Move Ask Jiminny reports to separated datadog metric
Edit summary
Edit summary
Backlog
JY-20818
JY-20818
Assignee: Lukas Kovalik
More actions for JY-20818 Move Ask Jiminny reports to separated datadog metric
More actions for JY-20818 Move Ask Jiminny reports to separated datadog metric
In DEV
IN DEV
3
JY-20566 AI Review - Q1 - Summary/Action items/Key Points. Use the enter key to load the work item.
AI Review - Q1 - Summary/Action items/Key Points
Growth - Maintain our competitive position, Edit Parent
GROWTH - MAINTAIN OUR COMPETITIVE POSITION
In Dev
JY-20566
JY-20566
2
Successful deployment to production.
JY-20625 [POC]Jiminny MCP Connector. Use the enter key to load the work item.
[POC]Jiminny MCP Connector
JIMINNY MCP CONNECTOR
In Progress
JY-20625
JY-20625
10
JY-20725 [HubSpot] Optimise CRM rematching on delete hubspot accounts/contacts. Use the enter key to load the work item.
[HubSpot] Optimise CRM rematching on delete hubspot accounts/contacts
Platform Stability, Edit Parent
PLATFORM STABILITY
In Dev
JY-20725
JY-20725
4
Assignee: Lukas Kovalik
Code Review
CODE REVIEW
1
Create work item
JY-20493 Smart Instant Nudge Pre-filtering. Use the enter key to load the work item.
Smart Instant Nudge Pre-filtering
COST-EFFECTIVE AND FASTER NUDGES
Code Review
JY-20493
JY-20493
1.5
pull request
Create work item in Code Review
Create
Blocked
BLOCKED
Create work item in Blocked
Create
QA
QA
1
Create work item
JY-20352 Sync opportunities without a local owner (user_id is null). Use the enter key to load the work item.
Sync opportunities without a local owner (user_id is null)
PLATFORM STABILITY
In QA
JY-20352
JY-20352
3
pull request
Create work item in QA
Create
PO Acceptance
PO ACCEPTANCE
Create work item in PO Acceptance
Create
Deploy
DEPLOY
7
JY-20372 AI Reports > Empty page design and promotion . Use the enter key to load the work item.
AI Reports > Empty page design and promotion
AJ REPORTS
Deployed
JY-20372
JY-20372
1
merged pull request
JY-20726 Grok via Azure. Use the enter key to load the work item.
Grok via Azure
MAINTENANCE...
|
Firefox
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira — Work...
|
jiminny.atlassian.net/jira/software/c/projects/JY/ jiminny.atlassian.net/jira/software/c/projects/JY/boards/37...
|
7625
|
|
7624
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Close tab
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Pull requests · jiminny/app
Pull requests · jiminny/app
Userpilot | Ask Jiminny Report Generated
Userpilot | Ask Jiminny Report Generated
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
Problem loading page
Problem loading page
Search the CRM - HubSpot docs
Search the CRM - HubSpot docs
Jiminny
Jiminny
New Tab
New Tab
New Tab
New Tab
Dashboards | Datadog
Dashboards | Datadog
AI Features | Datadog
AI Features | Datadog
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to:
Top Bar
Top Bar
Sidebar
Sidebar
Main Content
Main Content
Space navigation
Space navigation...
|
Firefox
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira — Work...
|
jiminny.atlassian.net/jira/software/c/projects/JY/ jiminny.atlassian.net/jira/software/c/projects/JY/boards/37...
|
7624
|
|
7623
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Close tab
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Pull requests · jiminny/app
Pull requests · jiminny/app
Userpilot | Ask Jiminny Report Generated
Userpilot | Ask Jiminny Report Generated
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
Problem loading page
Problem loading page
Search the CRM - HubSpot docs
Search the CRM - HubSpot docs
Jiminny
Jiminny
New Tab
New Tab
New Tab
New Tab
Dashboards | Datadog
Dashboards | Datadog
AI Features | Datadog
AI Features | Datadog
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to:
Top Bar
Top Bar
Sidebar
Sidebar
Main Content
Main Content
Space navigation
Space navigation
Collapse sidebar [
Collapse sidebar [
Switch sites or apps
Switch sites or apps
Go to your Jira homepage
pipedrive
pipedrive
Create
Create
Rovo Ask Rovo
Ask Rovo
Notifications
Notifications
Help
Help
Settings
Settings
[EMAIL]
[EMAIL]
For you
For you
Recent
Recent
Starred
Starred
Apps
Apps
More actions for Apps
More actions for Apps
Spaces
Spaces
Create space
Create space
More actions for spaces
More actions for spaces
Recent
Jiminny (New)
Jiminny (New)
Jiminny (New)
Create board
Create board
More actions for Jiminny (New)
More actions for Jiminny (New)
Platform Team
Platform Team
Board actions
Board actions
Capture Team
Capture Team
Board actions
Board actions
Enterprise Stability Issues 🤕
Enterprise Stability Issues 🤕
Board actions
Board actions
Processing Team
Processing Team
Board actions
Board actions
SE Kanban
SE Kanban
Board actions
Board actions
Service-Desk
Service-Desk
More actions for Service-Desk
More actions for Service-Desk
More spaces
More spaces
Filters
Filters
More actions for Filters
More actions for Filters
Dashboards
Dashboards
Create dashboard
Create dashboard
More actions for Dashboards
More actions for Dashboards
Operations
Operations
More actions for Operations
More actions for Operations
Confluence , (opens new window)
Confluence
, (opens new window)
Teams , (opens new window)
Teams
, (opens new window)
open menu
open menu
Customise sidebar
Customise sidebar
Resize side navigation panel
Spaces
Spaces
/
Jiminny (New)
Jiminny (New)
Platform Team
Platform Team
Add people
Add people
Board actions
Board actions
Share
Automation
Give feedback
Give feedback
Enter full screen
Enter full screen
Summary
Summary
Timeline
Timeline
Backlog
Backlog
Active sprints
Active sprints
Calendar
Calendar
Reports
Reports
Testing Board
Testing Board
List
List
Forms
Forms
Components
Components
Development
Development
Code...
|
Firefox
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira — Work...
|
jiminny.atlassian.net/jira/software/c/projects/JY/ jiminny.atlassian.net/jira/software/c/projects/JY/boards/37...
|
7623
|
|
7622
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira
Close tab
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
SevenShores\Hubspot\Exceptions\BadRequest: Client error: `POST https://api.hubapi.com/crm/v3/objects/contact/search` resulted in a `429 Too Many Requests` response: {"status":"error","message":"You have reached your secondly limit.","errorType":"RATE_LIMIT
Service-Desk - Queues - Platform team - Service space - Jira
Service-Desk - Queues - Platform team - Service space - Jira
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Jy 20807 check various issues with stages by nikolaybiaivanov · Pull Request #12041 · jiminny/app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Illuminate\Queue\MaxAttemptsExceededException: Jiminny\Jobs\Activity\DeleteTeamChurnData has been attempted too many times. — jiminny — app
Pull requests · jiminny/app
Pull requests · jiminny/app
Userpilot | Ask Jiminny Report Generated
Userpilot | Ask Jiminny Report Generated
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
JY-20773 fix user pilot tracking ofr automated report generated by LakyLak · Pull Request #12024 · jiminny/app
Problem loading page
Problem loading page
Search the CRM - HubSpot docs
Search the CRM - HubSpot docs
Jiminny
Jiminny
New Tab
New Tab
New Tab
New Tab
Dashboards | Datadog
Dashboards | Datadog
AI Features | Datadog
AI Features | Datadog
New Tab
Customize sidebar
Open Google Gemini (⌃X)
Tabs from other devices
Open history (⇧⌘H)
Open bookmarks (⌘B)
Skip to:
Top Bar
Top Bar
Sidebar
Sidebar
Main Content
Main Content
Space navigation
Space navigation
Collapse sidebar [
Collapse sidebar [
Switch sites or apps
Switch sites or apps
Go to your Jira homepage
pipedrive
pipedrive
Create
Create
Rovo Ask Rovo
Ask Rovo
Notifications
Notifications
Help
Help
Settings
Settings
[EMAIL]
[EMAIL]
For you
For you
Recent
Recent
Starred
Starred
Apps
Apps
More actions for Apps
More actions for Apps
Spaces
Spaces
Create space
Create space
More actions for spaces
More actions for spaces
Recent
Jiminny (New)
Jiminny (New)
Jiminny (New)
Create board
Create board
More actions for Jiminny (New)
More actions for Jiminny (New)
Platform Team
Platform Team
Board actions
Board actions
Capture Team
Capture Team
Board actions
Board actions
Enterprise Stability Issues 🤕
Enterprise Stability Issues 🤕
Board actions
Board actions
Processing Team
Processing Team
Board actions...
|
Firefox
|
Platform Sprint 3 Q2 - Platform Team - Scrum Board Platform Sprint 3 Q2 - Platform Team - Scrum Board - Jira — Work...
|
https://jiminny.atlassian.net/jira/software/c/proj
|
7622
|